#2CFFFF
A medium, vivid cyan closely aligning with Aqua.
About #2CFFFF
The precise color #2CFFFF is an excellent choice for modern design projects. It is closely associated with the named CSS color Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 255, and 255.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 83% cyan, 0% magenta, 0% yellow, and 0% black. The HSL representation is 180.0° hue, 100.0% saturation, and 58.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CFFFF
RGB44, 255, 255
HSL180.0°, 100.0%, 58.6%
CMYK83%, 0%, 0%, 0%
HSV180.0°, 82.7%, 100.0%
LAB91.4, -46.5, -13.8
XYZ54.8, 79.3, 107.0
Decimal2949119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.86:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFFFF;
}
.text-color {
color: #2CFFFF;
}
.border-color {
border: 2px solid #2CFFFF;
}