#50F0CC
A light, vivid cyan closely aligning with Aquamarine.
About #50F0CC
When working with digital screens, the color #50F0CC is rendered by mixing light. Its closest recognized web color is Aquamarine. This translates to an RGB value of rgb(80, 240, 204).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 67% C, 0% M, 15% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50F0CC
RGB80, 240, 204
HSL166.5°, 84.2%, 62.7%
CMYK67%, 0%, 15%, 6%
HSV166.5°, 66.7%, 94.1%
LAB86.2, -49.8, 5.3
XYZ45.4, 68.4, 67.9
Decimal5304524
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.68:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F0CC;
}
.text-color {
color: #50F0CC;
}
.border-color {
border: 2px solid #50F0CC;
}