#2CF8E2
A medium, vivid cyan closely aligning with Turquoise.
About #2CF8E2
Visually, #2CF8E2 is defined as a vivid cyan. It is closely associated with the named CSS color Turquoise. In the RGB color space, it consists of 44 red, 248 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. The color uses 82% Cyan, 0% Magenta, 9% Yellow, and 3% Black. The HSL representation is 173.5° hue, 93.6% saturation, and 57.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CF8E2
RGB44, 248, 226
HSL173.5°, 93.6%, 57.3%
CMYK82%, 0%, 9%, 3%
HSV173.5°, 82.3%, 97.3%
LAB88.5, -51.4, -2.9
XYZ48.3, 73.2, 83.5
Decimal2947298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.63:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF8E2;
}
.text-color {
color: #2CF8E2;
}
.border-color {
border: 2px solid #2CF8E2;
}