#66DBDB
A light, moderate cyan closely aligning with Mediumturquoise.
About #66DBDB
Visually, #66DBDB is defined as a moderate cyan. It is closely associated with the named CSS color Mediumturquoise. Its digital footprint relies on 102 parts red, 219 parts green, and 219 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 53% Cyan, 0% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66DBDB
RGB102, 219, 219
HSL180.0°, 61.9%, 62.9%
CMYK53%, 0%, 0%, 14%
HSV180.0°, 53.4%, 85.9%
LAB81.1, -32.8, -10.1
XYZ43.6, 58.6, 76.0
Decimal6740955
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.72:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DBDB;
}
.text-color {
color: #66DBDB;
}
.border-color {
border: 2px solid #66DBDB;
}