#2CCCE2
A medium, vivid cyan closely aligning with Darkturquoise.
About #2CCCE2
Visually, #2CCCE2 is defined as a vivid cyan. Designers often compare it to the standard color Darkturquoise. This translates to an RGB value of rgb(44, 204, 226).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 81% cyan, 10% magenta, 0% yellow, and 11% black. With a hue angle of 187.3 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CCCE2
RGB44, 204, 226
HSL187.3°, 75.8%, 52.9%
CMYK81%, 10%, 0%, 11%
HSV187.3°, 80.5%, 88.6%
LAB75.6, -31.8, -22.2
XYZ36.4, 49.2, 79.5
Decimal2936034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.84:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCCE2;
}
.text-color {
color: #2CCCE2;
}
.border-color {
border: 2px solid #2CCCE2;
}