Shades of Dark Turquoise #16CCDE
Tints of Dark Turquoise #16CCDE
RGB
CMYK
RGB Variations
Color information
#16CCDE (or 0x16CCDE) is known color: Dark Turquoise. HEX triplet: 16, CC and DE. RGB value is (22,204,222). Sum of RGB (Red+Green+Blue) = 22+204+222=448 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.91% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #16CCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CCDE is #E93321. Grayscale: #979797. Windows color (decimal): -15282978 or 14601238. OLE color: 14601238.
HSL color Cylindrical-coordinate representation of color #16CCDE: hue angle of 185.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CCDE is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 204 | 222 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.13 |
| HSL | 185.4º | 0.82% | 0.48% | - |
| HSV(B) | 185.4º | 0.9% | 0.87% | - |
| XYZ | 35.11 | 48.63 | 76.64 | - |
| YUV | 151.63 | 167.7 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 222 | 0.90 | 0.08 | 0 | 0.13 | 185.4 | 0.82 | 0.48 |
| Hex | 16 | CC | DE | 5A | 8 | 0 | D | B9 | 52 | 30 |
| Octal | 26 | 314 | 336 | 132 | 10 | 0 | 15 | 271 | 122 | 60 |
| Binary | 10110 | 11001100 | 11011110 | 1011010 | 1000 | 0 | 1101 | 10111001 | 1010010 | 110000 |
Color Harmonies of #16CCDE
Complementary color
Monochromatic Colors of #16CCDE
Black with #16CCDE
Text Example
Text Example
White with #16CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CCDE; }
p { color: rgb(22,204,222); }
H1.HeaderClassName
{
color: #16CCDE;
}
.AnyTagClassName
{
color: #16CCDE;
}
</style>
background-color css
<style>
a { background-color: #16CCDE; }
a { background-color: rgb(22,204,222); }
div.DivClassName
{
background-color: #16CCDE;
}
.BgClassName
{
background-color: #16CCDE;
}
</style>
border-color css
<style>
span { border-color: #16CCDE; }
span { border-color: rgb(22,204,222); }
td.TdClassName
{
border-color: #16CCDE;
}
.TagClassName
{
border-color: #16CCDE;
}
</style>