Shades of Dark Turquoise #16D8CF
Tints of Dark Turquoise #16D8CF
RGB
CMYK
RGB Variations
Color information
#16D8CF (or 0x16D8CF) is known color: Dark Turquoise. HEX triplet: 16, D8 and CF. RGB value is (22,216,207). Sum of RGB (Red+Green+Blue) = 22+216+207=445 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.94% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #16D8CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D8CF is #E92730. Grayscale: #9C9C9C. Windows color (decimal): -15279921 or 13621270. OLE color: 13621270.
HSL color Cylindrical-coordinate representation of color #16D8CF: hue angle of 177.22º 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 #16D8CF is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 216 | 207 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.15 |
| HSL | 177.22º | 0.82% | 0.47% | - |
| HSV(B) | 177.22º | 0.9% | 0.85% | - |
| XYZ | 36.15 | 53.79 | 67.51 | - |
| YUV | 156.97 | 156.23 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 216 | 207 | 0.90 | 0 | 0.04 | 0.15 | 177.22 | 0.82 | 0.47 |
| Hex | 16 | D8 | CF | 5A | 0 | 4 | F | B1 | 52 | 2F |
| Octal | 26 | 330 | 317 | 132 | 0 | 4 | 17 | 261 | 122 | 57 |
| Binary | 10110 | 11011000 | 11001111 | 1011010 | 0 | 100 | 1111 | 10110001 | 1010010 | 101111 |
Color Harmonies of #16D8CF
Complementary color
Monochromatic Colors of #16D8CF
Black with #16D8CF
Text Example
Text Example
White with #16D8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D8CF; }
p { color: rgb(22,216,207); }
H1.HeaderClassName
{
color: #16D8CF;
}
.AnyTagClassName
{
color: #16D8CF;
}
</style>
background-color css
<style>
a { background-color: #16D8CF; }
a { background-color: rgb(22,216,207); }
div.DivClassName
{
background-color: #16D8CF;
}
.BgClassName
{
background-color: #16D8CF;
}
</style>
border-color css
<style>
span { border-color: #16D8CF; }
span { border-color: rgb(22,216,207); }
td.TdClassName
{
border-color: #16D8CF;
}
.TagClassName
{
border-color: #16D8CF;
}
</style>