#66D3DB
A light, moderate cyan closely aligning with Mediumturquoise.
About #66D3DB
When working with digital screens, the color #66D3DB is rendered by mixing light. Its closest recognized web color is Mediumturquoise. This translates to an RGB value of rgb(102, 211, 219).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 53% cyan and 4% magenta inks. With a hue angle of 184.1 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66D3DB
RGB102, 211, 219
HSL184.1°, 61.9%, 62.9%
CMYK53%, 4%, 0%, 14%
HSV184.1°, 53.4%, 85.9%
LAB78.8, -29.0, -13.5
XYZ41.6, 54.5, 75.4
Decimal6738907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.91:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66D3DB;
}
.text-color {
color: #66D3DB;
}
.border-color {
border: 2px solid #66D3DB;
}