#66D3C5
A light, moderate cyan closely aligning with Mediumturquoise.
About #66D3C5
Visually, #66D3C5 is defined as a moderate cyan. Its closest recognized web color is Mediumturquoise. In the RGB color space, it consists of 102 red, 211 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 52% C, 0% M, 7% Y, and 17% K. With a hue angle of 172.3 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. 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#66D3C5
RGB102, 211, 197
HSL172.3°, 55.3%, 61.4%
CMYK52%, 0%, 7%, 17%
HSV172.3°, 51.7%, 82.7%
LAB78.1, -34.7, -2.7
XYZ38.9, 53.4, 61.1
Decimal6738885
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.69:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66D3C5;
}
.text-color {
color: #66D3C5;
}
.border-color {
border: 2px solid #66D3C5;
}