Turquoise (Blue)
#46ECEC
RGB: 70, 236, 236
Color OverviewHEX #46ECEC

#46ECEC Color Code Information

In the RGB color space, #46ECEC is composed of 27% red, 93% green, and 93% blue. In the HSL color space, it has a hue of 180°, saturation of 81%, and lightness of 60%.

HEX
#46ECEC
RGB
70, 236, 236
HSL
180°, 81%, 60%
HSV
180°, 70%, 93%
CMYK
70%, 0%, 0%, 7%
Name Match
Turquoise
Closest Standard

Shades of #46ECEC (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #46ECEC (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #46ECEC (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #46ECEC

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #46ECEC Background
Contrast Ratio against Pure White (#FFFFFF):1.45 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #46ECEC Background
Contrast Ratio against Pure Black (#000000):14.47 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #46ECEC;
}

.element {
  color: #46ECEC;
  background-color: #46ECEC;
  border-color: #46ECEC;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#46ECEC] text-[#46ECEC] border-[#46ECEC]">
  Content styled with #46ECEC
</div>