#66F0DB
A light, vivid cyan closely aligning with Turquoise.
About #66F0DB
The precise color #66F0DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Turquoise. Its digital footprint relies on 102 parts red, 240 parts green, and 219 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 57% cyan, 0% magenta, 9% yellow, and 6% black. With a hue angle of 170.9 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. 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#66F0DB
RGB102, 240, 219
HSL170.9°, 82.1%, 67.1%
CMYK57%, 0%, 9%, 6%
HSV170.9°, 57.5%, 94.1%
LAB87.1, -42.4, -1.1
XYZ49.4, 70.3, 78.0
Decimal6746331
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.05:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F0DB;
}
.text-color {
color: #66F0DB;
}
.border-color {
border: 2px solid #66F0DB;
}