Shades of Dark Turquoise #16D7D2
Tints of Dark Turquoise #16D7D2
RGB
CMYK
RGB Variations
Color information
#16D7D2 (or 0x16D7D2) is known color: Dark Turquoise. HEX triplet: 16, D7 and D2. RGB value is (22,215,210). Sum of RGB (Red+Green+Blue) = 22+215+210=447 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.92% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #16D7D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D7D2 is #E9282D. Grayscale: #9C9C9C. Windows color (decimal): -15280174 or 13817622. OLE color: 13817622.
HSL color Cylindrical-coordinate representation of color #16D7D2: hue angle of 178.45º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D7D2 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 215 | 210 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.16 |
| HSL | 178.45º | 0.81% | 0.46% | - |
| HSV(B) | 178.45º | 0.9% | 0.84% | - |
| XYZ | 36.26 | 53.42 | 69.37 | - |
| YUV | 156.72 | 158.06 | 31.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 215 | 210 | 0.90 | 0 | 0.02 | 0.16 | 178.45 | 0.81 | 0.46 |
| Hex | 16 | D7 | D2 | 5A | 0 | 2 | 10 | B2 | 51 | 2E |
| Octal | 26 | 327 | 322 | 132 | 0 | 2 | 20 | 262 | 121 | 56 |
| Binary | 10110 | 11010111 | 11010010 | 1011010 | 0 | 10 | 10000 | 10110010 | 1010001 | 101110 |
Color Harmonies of #16D7D2
Complementary color
Monochromatic Colors of #16D7D2
Black with #16D7D2
Text Example
Text Example
White with #16D7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D7D2; }
p { color: rgb(22,215,210); }
H1.HeaderClassName
{
color: #16D7D2;
}
.AnyTagClassName
{
color: #16D7D2;
}
</style>
background-color css
<style>
a { background-color: #16D7D2; }
a { background-color: rgb(22,215,210); }
div.DivClassName
{
background-color: #16D7D2;
}
.BgClassName
{
background-color: #16D7D2;
}
</style>
border-color css
<style>
span { border-color: #16D7D2; }
span { border-color: rgb(22,215,210); }
td.TdClassName
{
border-color: #16D7D2;
}
.TagClassName
{
border-color: #16D7D2;
}
</style>