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