Shades of Bright Turquoise #16DBDC
Tints of Bright Turquoise #16DBDC
RGB
CMYK
RGB Variations
Color information
#16DBDC (or 0x16DBDC) is known color: Bright Turquoise. HEX triplet: 16, DB and DC. RGB value is (22,219,220). Sum of RGB (Red+Green+Blue) = 22+219+220=461 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.77% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #16DBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16DBDC is #E92423. Grayscale: #A0A0A0. Windows color (decimal): -15279140 or 14474006. OLE color: 14474006.
HSL color Cylindrical-coordinate representation of color #16DBDC: hue angle of 180.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DBDC is Cyan = 0.9, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 220 | - |
| CMYK | 0.9 | 0.00 | 0 | 0.14 |
| HSL | 180.3º | 0.82% | 0.47% | - |
| HSV(B) | 180.3º | 0.9% | 0.86% | - |
| XYZ | 38.58 | 56 | 76.49 | - |
| YUV | 160.21 | 161.73 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 220 | 0.9 | 0.00 | 0 | 0.14 | 180.3 | 0.82 | 0.47 |
| Hex | 16 | DB | DC | 5A | 0 | 0 | E | B4 | 52 | 2F |
| Octal | 26 | 333 | 334 | 132 | 0 | 0 | 16 | 264 | 122 | 57 |
| Binary | 10110 | 11011011 | 11011100 | 1011010 | 0 | 0 | 1110 | 10110100 | 1010010 | 101111 |
Color Harmonies of #16DBDC
Complementary color
Monochromatic Colors of #16DBDC
Black with #16DBDC
Text Example
Text Example
White with #16DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DBDC; }
p { color: rgb(22,219,220); }
H1.HeaderClassName
{
color: #16DBDC;
}
.AnyTagClassName
{
color: #16DBDC;
}
</style>
background-color css
<style>
a { background-color: #16DBDC; }
a { background-color: rgb(22,219,220); }
div.DivClassName
{
background-color: #16DBDC;
}
.BgClassName
{
background-color: #16DBDC;
}
</style>
border-color css
<style>
span { border-color: #16DBDC; }
span { border-color: rgb(22,219,220); }
td.TdClassName
{
border-color: #16DBDC;
}
.TagClassName
{
border-color: #16DBDC;
}
</style>