#2CE2CC
A medium, vivid cyan closely aligning with Turquoise.
About #2CE2CC
When working with digital screens, the color #2CE2CC is rendered by mixing light. 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 44, 226, and 204.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 81% Cyan, 0% Magenta, 10% Yellow, and 11% Black. With a hue angle of 172.7 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CE2CC
RGB44, 226, 204
HSL172.7°, 75.8%, 52.9%
CMYK81%, 0%, 10%, 11%
HSV172.7°, 80.5%, 88.6%
LAB81.4, -48.1, -1.7
XYZ39.1, 59.3, 66.5
Decimal2941644
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.86:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE2CC;
}
.text-color {
color: #2CE2CC;
}
.border-color {
border: 2px solid #2CE2CC;
}