Shades of Dark Turquoise #16D0DC
Tints of Dark Turquoise #16D0DC
RGB
CMYK
RGB Variations
Color information
#16D0DC (or 0x16D0DC) is known color: Dark Turquoise. HEX triplet: 16, D0 and DC. RGB value is (22,208,220). Sum of RGB (Red+Green+Blue) = 22+208+220=450 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.89% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #16D0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D0DC is #E92F23. Grayscale: #999999. Windows color (decimal): -15281956 or 14471190. OLE color: 14471190.
HSL color Cylindrical-coordinate representation of color #16D0DC: hue angle of 183.64º 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 #16D0DC is Cyan = 0.9, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 208 | 220 | - |
| CMYK | 0.9 | 0.05 | 0 | 0.14 |
| HSL | 183.64º | 0.82% | 0.47% | - |
| HSV(B) | 183.64º | 0.9% | 0.86% | - |
| XYZ | 35.81 | 50.45 | 75.56 | - |
| YUV | 153.75 | 165.38 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 208 | 220 | 0.9 | 0.05 | 0 | 0.14 | 183.64 | 0.82 | 0.47 |
| Hex | 16 | D0 | DC | 5A | 5 | 0 | E | B8 | 52 | 2F |
| Octal | 26 | 320 | 334 | 132 | 5 | 0 | 16 | 270 | 122 | 57 |
| Binary | 10110 | 11010000 | 11011100 | 1011010 | 101 | 0 | 1110 | 10111000 | 1010010 | 101111 |
Color Harmonies of #16D0DC
Complementary color
Monochromatic Colors of #16D0DC
Black with #16D0DC
Text Example
Text Example
White with #16D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D0DC; }
p { color: rgb(22,208,220); }
H1.HeaderClassName
{
color: #16D0DC;
}
.AnyTagClassName
{
color: #16D0DC;
}
</style>
background-color css
<style>
a { background-color: #16D0DC; }
a { background-color: rgb(22,208,220); }
div.DivClassName
{
background-color: #16D0DC;
}
.BgClassName
{
background-color: #16D0DC;
}
</style>
border-color css
<style>
span { border-color: #16D0DC; }
span { border-color: rgb(22,208,220); }
td.TdClassName
{
border-color: #16D0DC;
}
.TagClassName
{
border-color: #16D0DC;
}
</style>