Shades of Dark Turquoise #16CEE7
Tints of Dark Turquoise #16CEE7
RGB
CMYK
RGB Variations
Color information
#16CEE7 (or 0x16CEE7) is known color: Dark Turquoise. HEX triplet: 16, CE and E7. RGB value is (22,206,231). Sum of RGB (Red+Green+Blue) = 22+206+231=459 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.79% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #16CEE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CEE7 is #E93118. Grayscale: #999999. Windows color (decimal): -15282457 or 15191574. OLE color: 15191574.
HSL color Cylindrical-coordinate representation of color #16CEE7: hue angle of 187.18º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CEE7 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 206 | 231 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.09 |
| HSL | 187.18º | 0.83% | 0.5% | - |
| HSV(B) | 187.18º | 0.9% | 0.91% | - |
| XYZ | 36.83 | 50.08 | 83.33 | - |
| YUV | 153.83 | 171.54 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 231 | 0.90 | 0.11 | 0 | 0.09 | 187.18 | 0.83 | 0.5 |
| Hex | 16 | CE | E7 | 5A | B | 0 | 9 | BB | 53 | 32 |
| Octal | 26 | 316 | 347 | 132 | 13 | 0 | 11 | 273 | 123 | 62 |
| Binary | 10110 | 11001110 | 11100111 | 1011010 | 1011 | 0 | 1001 | 10111011 | 1010011 | 110010 |
Color Harmonies of #16CEE7
Complementary color
Monochromatic Colors of #16CEE7
Black with #16CEE7
Text Example
Text Example
White with #16CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CEE7; }
p { color: rgb(22,206,231); }
H1.HeaderClassName
{
color: #16CEE7;
}
.AnyTagClassName
{
color: #16CEE7;
}
</style>
background-color css
<style>
a { background-color: #16CEE7; }
a { background-color: rgb(22,206,231); }
div.DivClassName
{
background-color: #16CEE7;
}
.BgClassName
{
background-color: #16CEE7;
}
</style>
border-color css
<style>
span { border-color: #16CEE7; }
span { border-color: rgb(22,206,231); }
td.TdClassName
{
border-color: #16CEE7;
}
.TagClassName
{
border-color: #16CEE7;
}
</style>