#66CCBD
A light, moderate cyan closely aligning with Mediumturquoise.
About #66CCBD
The precise color #66CCBD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 204, and 189.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 50% C, 0% M, 7% Y, and 20% K. The HSL representation is 171.2° hue, 50.0% saturation, and 60.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66CCBD
RGB102, 204, 189
HSL171.2°, 50.0%, 60.0%
CMYK50%, 0%, 7%, 20%
HSV171.2°, 50.0%, 80.0%
LAB75.9, -33.4, -1.7
XYZ36.3, 49.7, 55.8
Decimal6737085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.92:1
Text on #FFFFFF
FAIL
10.94:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CCBD;
}
.text-color {
color: #66CCBD;
}
.border-color {
border: 2px solid #66CCBD;
}