#50FFE2
A light, vivid cyan closely aligning with Aquamarine.
About #50FFE2
The hex code #50FFE2 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(80, 255, 226).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 69% cyan, 0% magenta, 11% yellow, and 0% black. The HSL representation is 170.1° hue, 100.0% saturation, and 65.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50FFE2
RGB80, 255, 226
HSL170.1°, 100.0%, 65.7%
CMYK69%, 0%, 11%, 0%
HSV170.1°, 68.6%, 100.0%
LAB91.1, -50.6, 1.0
XYZ52.8, 78.7, 84.4
Decimal5308386
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.74:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50FFE2;
}
.text-color {
color: #50FFE2;
}
.border-color {
border: 2px solid #50FFE2;
}