#2CE2C5
A medium, vivid cyan closely aligning with Turquoise.
About #2CE2C5
When working with digital screens, the color #2CE2C5 is rendered by mixing light. Its closest recognized web color is Turquoise. Its digital footprint relies on 44 parts red, 226 parts green, and 197 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 81% cyan, 0% magenta, 13% yellow, and 11% black. With a hue angle of 170.4 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CE2C5
RGB44, 226, 197
HSL170.4°, 75.8%, 52.9%
CMYK81%, 0%, 13%, 11%
HSV170.4°, 80.5%, 88.6%
LAB81.3, -49.9, 1.8
XYZ38.3, 59.0, 62.2
Decimal2941637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.79:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE2C5;
}
.text-color {
color: #2CE2C5;
}
.border-color {
border: 2px solid #2CE2C5;
}