#2CE2FF
A medium, vivid cyan closely aligning with Darkturquoise.
About #2CE2FF
The precise color #2CE2FF is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 226, and 255.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 83% C, 11% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CE2FF
RGB44, 226, 255
HSL188.2°, 100.0%, 58.6%
CMYK83%, 11%, 0%, 0%
HSV188.2°, 82.7%, 100.0%
LAB83.0, -33.3, -26.4
XYZ46.3, 62.1, 104.2
Decimal2941695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.43:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE2FF;
}
.text-color {
color: #2CE2FF;
}
.border-color {
border: 2px solid #2CE2FF;
}