#99DBDB
A light, moderate cyan closely aligning with Paleturquoise.
About #99DBDB
At its core, #99DBDB is a light and moderate hue. Its closest recognized web color is Paleturquoise. In the RGB color space, it consists of 153 red, 219 green, and 219 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 30% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#99DBDB
RGB153, 219, 219
HSL180.0°, 47.8%, 72.9%
CMYK30%, 0%, 0%, 14%
HSV180.0°, 30.1%, 85.9%
LAB83.2, -20.6, -6.7
XYZ51.3, 62.5, 76.4
Decimal10083291
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.51:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99DBDB;
}
.text-color {
color: #99DBDB;
}
.border-color {
border: 2px solid #99DBDB;
}