#2CFFF0
A medium, vivid cyan closely aligning with Aqua.
About #2CFFF0
Visually, #2CFFF0 is defined as a vivid cyan. Designers often compare it to the standard color Aqua. In the RGB color space, it consists of 44 red, 255 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 83% cyan and 0% magenta inks. The HSL representation is 175.7° hue, 100.0% saturation, and 58.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CFFF0
RGB44, 255, 240
HSL175.7°, 100.0%, 58.6%
CMYK83%, 0%, 6%, 0%
HSV175.7°, 82.7%, 100.0%
LAB90.9, -50.6, -6.6
XYZ52.5, 78.3, 94.8
Decimal2949104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.67:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFFF0;
}
.text-color {
color: #2CFFF0;
}
.border-color {
border: 2px solid #2CFFF0;
}