Shades of Dark Turquoise #16C2DA
Tints of Dark Turquoise #16C2DA
RGB
CMYK
RGB Variations
Color information
#16C2DA (or 0x16C2DA) is known color: Dark Turquoise. HEX triplet: 16, C2 and DA. RGB value is (22,194,218). Sum of RGB (Red+Green+Blue) = 22+194+218=434 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.07% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #16C2DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C2DA is #E93D25. Grayscale: #919191. Windows color (decimal): -15285542 or 14336534. OLE color: 14336534.
HSL color Cylindrical-coordinate representation of color #16C2DA: hue angle of 187.35º 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 #16C2DA is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 194 | 218 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.15 |
| HSL | 187.35º | 0.82% | 0.47% | - |
| HSV(B) | 187.35º | 0.9% | 0.85% | - |
| XYZ | 32.28 | 43.82 | 73.09 | - |
| YUV | 145.31 | 169.02 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 194 | 218 | 0.90 | 0.11 | 0 | 0.15 | 187.35 | 0.82 | 0.47 |
| Hex | 16 | C2 | DA | 5A | B | 0 | F | BB | 52 | 2F |
| Octal | 26 | 302 | 332 | 132 | 13 | 0 | 17 | 273 | 122 | 57 |
| Binary | 10110 | 11000010 | 11011010 | 1011010 | 1011 | 0 | 1111 | 10111011 | 1010010 | 101111 |
Color Harmonies of #16C2DA
Complementary color
Monochromatic Colors of #16C2DA
Black with #16C2DA
Text Example
Text Example
White with #16C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C2DA; }
p { color: rgb(22,194,218); }
H1.HeaderClassName
{
color: #16C2DA;
}
.AnyTagClassName
{
color: #16C2DA;
}
</style>
background-color css
<style>
a { background-color: #16C2DA; }
a { background-color: rgb(22,194,218); }
div.DivClassName
{
background-color: #16C2DA;
}
.BgClassName
{
background-color: #16C2DA;
}
</style>
border-color css
<style>
span { border-color: #16C2DA; }
span { border-color: rgb(22,194,218); }
td.TdClassName
{
border-color: #16C2DA;
}
.TagClassName
{
border-color: #16C2DA;
}
</style>