#66E2C5
A light, moderate cyan closely aligning with Turquoise.
About #66E2C5
Visually, #66E2C5 is defined as a moderate cyan. Designers often compare it to the standard color Turquoise. Its digital footprint relies on 102 parts red, 226 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 55% cyan, 0% magenta, 13% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#66E2C5
RGB102, 226, 197
HSL166.0°, 68.1%, 64.3%
CMYK55%, 0%, 13%, 11%
HSV166.0°, 54.9%, 88.6%
LAB82.5, -41.5, 3.7
XYZ42.8, 61.2, 62.4
Decimal6742725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.25:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E2C5;
}
.text-color {
color: #66E2C5;
}
.border-color {
border: 2px solid #66E2C5;
}