#50F0FF
A light, vivid cyan closely aligning with Aqua.
About #50F0FF
At its core, #50F0FF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aqua. In the RGB color space, it consists of 80 red, 240 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 69% cyan, 6% magenta, 0% yellow, and 0% black. With a hue angle of 185.1 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50F0FF
RGB80, 240, 255
HSL185.1°, 100.0%, 65.7%
CMYK69%, 6%, 0%, 0%
HSV185.1°, 68.6%, 100.0%
LAB87.6, -36.3, -19.3
XYZ52.5, 71.2, 105.6
Decimal5304575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.25:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F0FF;
}
.text-color {
color: #50F0FF;
}
.border-color {
border: 2px solid #50F0FF;
}