#2CE2F8
A medium, vivid cyan closely aligning with Darkturquoise.
About #2CE2F8
The hex code #2CE2F8 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Darkturquoise. This translates to an RGB value of rgb(44, 226, 248).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 82% Cyan, 9% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#2CE2F8
RGB44, 226, 248
HSL186.5°, 93.6%, 57.3%
CMYK82%, 9%, 0%, 3%
HSV186.5°, 82.3%, 97.3%
LAB82.8, -35.5, -23.1
XYZ45.2, 61.7, 98.3
Decimal2941688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.34:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CE2F8;
}
.text-color {
color: #2CE2F8;
}
.border-color {
border: 2px solid #2CE2F8;
}