Shades of Dark Turquoise #16CFCE
Tints of Dark Turquoise #16CFCE
RGB
CMYK
RGB Variations
Color information
#16CFCE (or 0x16CFCE) is known color: Dark Turquoise. HEX triplet: 16, CF and CE. RGB value is (22,207,206). Sum of RGB (Red+Green+Blue) = 22+207+206=435 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.06% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #16CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CFCE is #E93031. Grayscale: #979797. Windows color (decimal): -15282226 or 13553430. OLE color: 13553430.
HSL color Cylindrical-coordinate representation of color #16CFCE: hue angle of 179.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CFCE is Cyan = 0.89, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 207 | 206 | - |
| CMYK | 0.89 | 0 | 0.00 | 0.19 |
| HSL | 179.68º | 0.81% | 0.45% | - |
| HSV(B) | 179.68º | 0.89% | 0.81% | - |
| XYZ | 33.78 | 49.25 | 66.12 | - |
| YUV | 151.57 | 158.71 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 206 | 0.89 | 0 | 0.00 | 0.19 | 179.68 | 0.81 | 0.45 |
| Hex | 16 | CF | CE | 59 | 0 | 0 | 13 | B4 | 51 | 2D |
| Octal | 26 | 317 | 316 | 131 | 0 | 0 | 23 | 264 | 121 | 55 |
| Binary | 10110 | 11001111 | 11001110 | 1011001 | 0 | 0 | 10011 | 10110100 | 1010001 | 101101 |
Color Harmonies of #16CFCE
Complementary color
Monochromatic Colors of #16CFCE
Black with #16CFCE
Text Example
Text Example
White with #16CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CFCE; }
p { color: rgb(22,207,206); }
H1.HeaderClassName
{
color: #16CFCE;
}
.AnyTagClassName
{
color: #16CFCE;
}
</style>
background-color css
<style>
a { background-color: #16CFCE; }
a { background-color: rgb(22,207,206); }
div.DivClassName
{
background-color: #16CFCE;
}
.BgClassName
{
background-color: #16CFCE;
}
</style>
border-color css
<style>
span { border-color: #16CFCE; }
span { border-color: rgb(22,207,206); }
td.TdClassName
{
border-color: #16CFCE;
}
.TagClassName
{
border-color: #16CFCE;
}
</style>