#66E9D3
A light, vivid cyan closely aligning with Turquoise.
About #66E9D3
Visually, #66E9D3 is defined as a vivid cyan. It is closely associated with the named CSS color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 233, and 211.
For print applications, it's crucial to understand its CMYK makeup. The color uses 56% Cyan, 0% Magenta, 9% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66E9D3
RGB102, 233, 211
HSL169.9°, 74.9%, 65.7%
CMYK56%, 0%, 9%, 9%
HSV169.9°, 56.2%, 91.4%
LAB84.9, -41.3, -0.2
XYZ46.4, 65.8, 71.9
Decimal6744531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.16:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E9D3;
}
.text-color {
color: #66E9D3;
}
.border-color {
border: 2px solid #66E9D3;
}