#66F8E9
A light, vivid cyan closely aligning with Turquoise.
About #66F8E9
At its core, #66F8E9 is a light and vivid hue. It is closely associated with the named CSS color Turquoise. Its digital footprint relies on 102 parts red, 248 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 59% C, 0% M, 6% Y, and 3% K. With a hue angle of 173.8 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66F8E9
RGB102, 248, 233
HSL173.8°, 91.3%, 68.6%
CMYK59%, 0%, 6%, 3%
HSV173.8°, 58.9%, 97.3%
LAB89.8, -42.5, -4.5
XYZ53.8, 75.8, 88.9
Decimal6748393
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.17:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F8E9;
}
.text-color {
color: #66F8E9;
}
.border-color {
border: 2px solid #66F8E9;
}