#16FFFF
A medium, vivid cyan closely aligning with Aqua.
About #16FFFF
The hex code #16FFFF represents a beautifully specific shade of cyan. Its closest recognized web color is Aqua. This translates to an RGB value of rgb(22, 255, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 91% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16FFFF
RGB22, 255, 255
HSL180.0°, 100.0%, 54.3%
CMYK91%, 0%, 0%, 0%
HSV180.0°, 91.4%, 100.0%
LAB91.2, -47.6, -14.0
XYZ54.1, 78.9, 107.0
Decimal1507327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.78:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16FFFF;
}
.text-color {
color: #16FFFF;
}
.border-color {
border: 2px solid #16FFFF;
}