Medium Turquoise (Blue)
#66DFD6
RGB: 102, 223, 214
Color OverviewHEX #66DFD6

#66DFD6 Color Code Information

In the RGB color space, #66DFD6 is composed of 40% red, 87% green, and 84% blue. In the HSL color space, it has a hue of 176°, saturation of 65%, and lightness of 64%.

HEX
#66DFD6
RGB
102, 223, 214
HSL
176°, 65%, 64%
HSV
176°, 54%, 87%
CMYK
54%, 0%, 4%, 13%
Name Match
Medium Turquoise
Closest Standard

Shades of #66DFD6 (Darker Variations)

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

Tints of #66DFD6 (Lighter Variations)

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

Tones of #66DFD6 (Muted Variations)

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

Color Harmonies for #66DFD6

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 #66DFD6 Background
Contrast Ratio against Pure White (#FFFFFF):1.6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #66DFD6 Background
Contrast Ratio against Pure Black (#000000):13.09 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #66DFD6;
}

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