Shades of Dark Turquoise #16DACC
Tints of Dark Turquoise #16DACC
RGB
CMYK
RGB Variations
Color information
#16DACC (or 0x16DACC) is known color: Dark Turquoise. HEX triplet: 16, DA and CC. RGB value is (22,218,204). Sum of RGB (Red+Green+Blue) = 22+218+204=444 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.95% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #16DACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16DACC is #E92533. Grayscale: #9D9D9D. Windows color (decimal): -15279412 or 13425174. OLE color: 13425174.
HSL color Cylindrical-coordinate representation of color #16DACC: hue angle of 175.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DACC is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 218 | 204 | - |
| CMYK | 0.90 | 0 | 0.06 | 0.15 |
| HSL | 175.71º | 0.82% | 0.47% | - |
| HSV(B) | 175.71º | 0.9% | 0.85% | - |
| XYZ | 36.3 | 54.67 | 65.77 | - |
| YUV | 157.8 | 154.07 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 218 | 204 | 0.90 | 0 | 0.06 | 0.15 | 175.71 | 0.82 | 0.47 |
| Hex | 16 | DA | CC | 5A | 0 | 6 | F | B0 | 52 | 2F |
| Octal | 26 | 332 | 314 | 132 | 0 | 6 | 17 | 260 | 122 | 57 |
| Binary | 10110 | 11011010 | 11001100 | 1011010 | 0 | 110 | 1111 | 10110000 | 1010010 | 101111 |
Color Harmonies of #16DACC
Complementary color
Monochromatic Colors of #16DACC
Black with #16DACC
Text Example
Text Example
White with #16DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DACC; }
p { color: rgb(22,218,204); }
H1.HeaderClassName
{
color: #16DACC;
}
.AnyTagClassName
{
color: #16DACC;
}
</style>
background-color css
<style>
a { background-color: #16DACC; }
a { background-color: rgb(22,218,204); }
div.DivClassName
{
background-color: #16DACC;
}
.BgClassName
{
background-color: #16DACC;
}
</style>
border-color css
<style>
span { border-color: #16DACC; }
span { border-color: rgb(22,218,204); }
td.TdClassName
{
border-color: #16DACC;
}
.TagClassName
{
border-color: #16DACC;
}
</style>