#33ECC4
A medium, vivid cyan closely aligning with Aquamarine.
About #33ECC4
Visually, #33ECC4 is defined as a vivid cyan. It is closely associated with the named CSS color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 236, and 196.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 78% 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. 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#33ECC4
RGB51, 236, 196
HSL167.0°, 83.0%, 56.3%
CMYK78%, 0%, 17%, 7%
HSV167.0°, 78.4%, 92.5%
LAB84.3, -53.6, 6.7
XYZ41.3, 64.7, 62.5
Decimal3402948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.94:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33ECC4;
}
.text-color {
color: #33ECC4;
}
.border-color {
border: 2px solid #33ECC4;
}