Shades of Dark Turquoise #16D6CF
Tints of Dark Turquoise #16D6CF
RGB
CMYK
RGB Variations
Color information
#16D6CF (or 0x16D6CF) is known color: Dark Turquoise. HEX triplet: 16, D6 and CF. RGB value is (22,214,207). Sum of RGB (Red+Green+Blue) = 22+214+207=443 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.97% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #16D6CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D6CF is #E92930. Grayscale: #9B9B9B. Windows color (decimal): -15280433 or 13620758. OLE color: 13620758.
HSL color Cylindrical-coordinate representation of color #16D6CF: hue angle of 177.81º 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 #16D6CF is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 214 | 207 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.16 |
| HSL | 177.81º | 0.81% | 0.46% | - |
| HSV(B) | 177.81º | 0.9% | 0.84% | - |
| XYZ | 35.64 | 52.77 | 67.34 | - |
| YUV | 155.79 | 156.89 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 214 | 207 | 0.90 | 0 | 0.03 | 0.16 | 177.81 | 0.81 | 0.46 |
| Hex | 16 | D6 | CF | 5A | 0 | 3 | 10 | B2 | 51 | 2E |
| Octal | 26 | 326 | 317 | 132 | 0 | 3 | 20 | 262 | 121 | 56 |
| Binary | 10110 | 11010110 | 11001111 | 1011010 | 0 | 11 | 10000 | 10110010 | 1010001 | 101110 |
Color Harmonies of #16D6CF
Complementary color
Monochromatic Colors of #16D6CF
Black with #16D6CF
Text Example
Text Example
White with #16D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D6CF; }
p { color: rgb(22,214,207); }
H1.HeaderClassName
{
color: #16D6CF;
}
.AnyTagClassName
{
color: #16D6CF;
}
</style>
background-color css
<style>
a { background-color: #16D6CF; }
a { background-color: rgb(22,214,207); }
div.DivClassName
{
background-color: #16D6CF;
}
.BgClassName
{
background-color: #16D6CF;
}
</style>
border-color css
<style>
span { border-color: #16D6CF; }
span { border-color: rgb(22,214,207); }
td.TdClassName
{
border-color: #16D6CF;
}
.TagClassName
{
border-color: #16D6CF;
}
</style>