#66DBCC
A light, moderate cyan closely aligning with Mediumturquoise.
About #66DBCC
At its core, #66DBCC is a light and moderate hue. It is closely associated with the named CSS color Mediumturquoise. In the RGB color space, it consists of 102 red, 219 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 53% cyan, 0% magenta, 7% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
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#66DBCC
RGB102, 219, 204
HSL172.3°, 61.9%, 62.9%
CMYK53%, 0%, 7%, 14%
HSV172.3°, 53.4%, 85.9%
LAB80.7, -36.7, -2.7
XYZ41.7, 57.8, 66.1
Decimal6740940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.57:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66DBCC;
}
.text-color {
color: #66DBCC;
}
.border-color {
border: 2px solid #66DBCC;
}