#50F8F0
A light, vivid cyan closely aligning with Aqua.
About #50F8F0
The precise color #50F8F0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Aqua. This translates to an RGB value of rgb(80, 248, 240).
Translating this color to physical media requires the CMYK color model. The color uses 68% Cyan, 0% Magenta, 3% Yellow, and 3% Black. The HSL representation is 177.1° hue, 92.3% saturation, and 64.3% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50F8F0
RGB80, 248, 240
HSL177.1°, 92.3%, 64.3%
CMYK68%, 0%, 3%, 3%
HSV177.1°, 67.7%, 97.3%
LAB89.5, -44.0, -8.7
XYZ52.6, 75.1, 94.2
Decimal5306608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.03:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F8F0;
}
.text-color {
color: #50F8F0;
}
.border-color {
border: 2px solid #50F8F0;
}