Shades of Dark Turquoise #16CCDC
Tints of Dark Turquoise #16CCDC
RGB
CMYK
RGB Variations
Color information
#16CCDC (or 0x16CCDC) is known color: Dark Turquoise. HEX triplet: 16, CC and DC. RGB value is (22,204,220). Sum of RGB (Red+Green+Blue) = 22+204+220=446 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.93% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #16CCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CCDC is #E93323. Grayscale: #979797. Windows color (decimal): -15282980 or 14470166. OLE color: 14470166.
HSL color Cylindrical-coordinate representation of color #16CCDC: hue angle of 184.85º 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 #16CCDC is Cyan = 0.9, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 204 | 220 | - |
| CMYK | 0.9 | 0.07 | 0 | 0.14 |
| HSL | 184.85º | 0.82% | 0.47% | - |
| HSV(B) | 184.85º | 0.9% | 0.86% | - |
| XYZ | 34.84 | 48.52 | 75.24 | - |
| YUV | 151.41 | 166.7 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 220 | 0.9 | 0.07 | 0 | 0.14 | 184.85 | 0.82 | 0.47 |
| Hex | 16 | CC | DC | 5A | 7 | 0 | E | B9 | 52 | 2F |
| Octal | 26 | 314 | 334 | 132 | 7 | 0 | 16 | 271 | 122 | 57 |
| Binary | 10110 | 11001100 | 11011100 | 1011010 | 111 | 0 | 1110 | 10111001 | 1010010 | 101111 |
Color Harmonies of #16CCDC
Complementary color
Monochromatic Colors of #16CCDC
Black with #16CCDC
Text Example
Text Example
White with #16CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CCDC; }
p { color: rgb(22,204,220); }
H1.HeaderClassName
{
color: #16CCDC;
}
.AnyTagClassName
{
color: #16CCDC;
}
</style>
background-color css
<style>
a { background-color: #16CCDC; }
a { background-color: rgb(22,204,220); }
div.DivClassName
{
background-color: #16CCDC;
}
.BgClassName
{
background-color: #16CCDC;
}
</style>
border-color css
<style>
span { border-color: #16CCDC; }
span { border-color: rgb(22,204,220); }
td.TdClassName
{
border-color: #16CCDC;
}
.TagClassName
{
border-color: #16CCDC;
}
</style>