Shades of Dark Turquoise #16D1D9
Tints of Dark Turquoise #16D1D9
RGB
CMYK
RGB Variations
Color information
#16D1D9 (or 0x16D1D9) is known color: Dark Turquoise. HEX triplet: 16, D1 and D9. RGB value is (22,209,217). Sum of RGB (Red+Green+Blue) = 22+209+217=448 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.91% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #16D1D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D1D9 is #E92E26. Grayscale: #999999. Windows color (decimal): -15281703 or 14274838. OLE color: 14274838.
HSL color Cylindrical-coordinate representation of color #16D1D9: hue angle of 182.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D1D9 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 209 | 217 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.15 |
| HSL | 182.46º | 0.82% | 0.47% | - |
| HSV(B) | 182.46º | 0.9% | 0.85% | - |
| XYZ | 35.66 | 50.78 | 73.57 | - |
| YUV | 154 | 163.55 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 209 | 217 | 0.90 | 0.04 | 0 | 0.15 | 182.46 | 0.82 | 0.47 |
| Hex | 16 | D1 | D9 | 5A | 4 | 0 | F | B6 | 52 | 2F |
| Octal | 26 | 321 | 331 | 132 | 4 | 0 | 17 | 266 | 122 | 57 |
| Binary | 10110 | 11010001 | 11011001 | 1011010 | 100 | 0 | 1111 | 10110110 | 1010010 | 101111 |
Color Harmonies of #16D1D9
Complementary color
Monochromatic Colors of #16D1D9
Black with #16D1D9
Text Example
Text Example
White with #16D1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D1D9; }
p { color: rgb(22,209,217); }
H1.HeaderClassName
{
color: #16D1D9;
}
.AnyTagClassName
{
color: #16D1D9;
}
</style>
background-color css
<style>
a { background-color: #16D1D9; }
a { background-color: rgb(22,209,217); }
div.DivClassName
{
background-color: #16D1D9;
}
.BgClassName
{
background-color: #16D1D9;
}
</style>
border-color css
<style>
span { border-color: #16D1D9; }
span { border-color: rgb(22,209,217); }
td.TdClassName
{
border-color: #16D1D9;
}
.TagClassName
{
border-color: #16D1D9;
}
</style>