#50F0F0
A light, vivid cyan closely aligning with Aqua.
About #50F0F0
When working with digital screens, the color #50F0F0 is rendered by mixing light. Its closest recognized web color is Aqua. This translates to an RGB value of rgb(80, 240, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 67% cyan, 0% magenta, 0% yellow, and 6% black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light 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#50F0F0
RGB80, 240, 240
HSL180.0°, 84.2%, 62.7%
CMYK67%, 0%, 0%, 6%
HSV180.0°, 66.7%, 94.1%
LAB87.2, -40.5, -12.2
XYZ50.2, 70.3, 93.4
Decimal5304560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.06:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F0F0;
}
.text-color {
color: #50F0F0;
}
.border-color {
border: 2px solid #50F0F0;
}