#66F0D3
A light, vivid cyan closely aligning with Aquamarine.
About #66F0D3
Visually, #66F0D3 is defined as a vivid cyan. It is closely associated with the named CSS color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 240, and 211.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 57% Cyan, 0% Magenta, 12% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66F0D3
RGB102, 240, 211
HSL167.4°, 82.1%, 67.1%
CMYK57%, 0%, 12%, 6%
HSV167.4°, 57.5%, 94.1%
LAB86.9, -44.4, 2.8
XYZ48.4, 69.8, 72.6
Decimal6746323
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.97:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F0D3;
}
.text-color {
color: #66F0D3;
}
.border-color {
border: 2px solid #66F0D3;
}