#33FFF0
A light, vivid cyan closely aligning with Aqua.
About #33FFF0
The precise color #33FFF0 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 51, 255, and 240.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 80% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33FFF0
RGB51, 255, 240
HSL175.6°, 100.0%, 60.0%
CMYK80%, 0%, 6%, 0%
HSV175.6°, 80.0%, 100.0%
LAB91.0, -50.1, -6.5
XYZ52.9, 78.5, 94.8
Decimal3407856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.70:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33FFF0;
}
.text-color {
color: #33FFF0;
}
.border-color {
border: 2px solid #33FFF0;
}