Shades of Dark Turquoise #16C2DC
Tints of Dark Turquoise #16C2DC
RGB
CMYK
RGB Variations
Color information
#16C2DC (or 0x16C2DC) is known color: Dark Turquoise. HEX triplet: 16, C2 and DC. RGB value is (22,194,220). Sum of RGB (Red+Green+Blue) = 22+194+220=436 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.05% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #16C2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C2DC is #E93D23. Grayscale: #919191. Windows color (decimal): -15285540 or 14467606. OLE color: 14467606.
HSL color Cylindrical-coordinate representation of color #16C2DC: hue angle of 187.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16C2DC is Cyan = 0.9, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 194 | 220 | - |
| CMYK | 0.9 | 0.12 | 0 | 0.14 |
| HSL | 187.88º | 0.82% | 0.47% | - |
| HSV(B) | 187.88º | 0.9% | 0.86% | - |
| XYZ | 32.54 | 43.92 | 74.47 | - |
| YUV | 145.54 | 170.02 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 220 | 0.9 | 0.12 | 0 | 0.14 | 187.88 | 0.82 | 0.47 |
| Hex | 16 | C2 | DC | 5A | C | 0 | E | BC | 52 | 2F |
| Octal | 26 | 302 | 334 | 132 | 14 | 0 | 16 | 274 | 122 | 57 |
| Binary | 10110 | 11000010 | 11011100 | 1011010 | 1100 | 0 | 1110 | 10111100 | 1010010 | 101111 |
Color Harmonies of #16C2DC
Complementary color
Monochromatic Colors of #16C2DC
Black with #16C2DC
Text Example
Text Example
White with #16C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C2DC; }
p { color: rgb(22,194,220); }
H1.HeaderClassName
{
color: #16C2DC;
}
.AnyTagClassName
{
color: #16C2DC;
}
</style>
background-color css
<style>
a { background-color: #16C2DC; }
a { background-color: rgb(22,194,220); }
div.DivClassName
{
background-color: #16C2DC;
}
.BgClassName
{
background-color: #16C2DC;
}
</style>
border-color css
<style>
span { border-color: #16C2DC; }
span { border-color: rgb(22,194,220); }
td.TdClassName
{
border-color: #16C2DC;
}
.TagClassName
{
border-color: #16C2DC;
}
</style>