Shades of Dark Turquoise #16C5DA
Tints of Dark Turquoise #16C5DA
RGB
CMYK
RGB Variations
Color information
#16C5DA (or 0x16C5DA) is known color: Dark Turquoise. HEX triplet: 16, C5 and DA. RGB value is (22,197,218). Sum of RGB (Red+Green+Blue) = 22+197+218=437 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.03% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #16C5DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C5DA is #E93A25. Grayscale: #929292. Windows color (decimal): -15284774 or 14337302. OLE color: 14337302.
HSL color Cylindrical-coordinate representation of color #16C5DA: hue angle of 186.43º 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 #16C5DA is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 197 | 218 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.15 |
| HSL | 186.43º | 0.82% | 0.47% | - |
| HSV(B) | 186.43º | 0.9% | 0.85% | - |
| XYZ | 32.95 | 45.17 | 73.31 | - |
| YUV | 147.07 | 168.02 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 197 | 218 | 0.90 | 0.10 | 0 | 0.15 | 186.43 | 0.82 | 0.47 |
| Hex | 16 | C5 | DA | 5A | A | 0 | F | BA | 52 | 2F |
| Octal | 26 | 305 | 332 | 132 | 12 | 0 | 17 | 272 | 122 | 57 |
| Binary | 10110 | 11000101 | 11011010 | 1011010 | 1010 | 0 | 1111 | 10111010 | 1010010 | 101111 |
Color Harmonies of #16C5DA
Complementary color
Monochromatic Colors of #16C5DA
Black with #16C5DA
Text Example
Text Example
White with #16C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C5DA; }
p { color: rgb(22,197,218); }
H1.HeaderClassName
{
color: #16C5DA;
}
.AnyTagClassName
{
color: #16C5DA;
}
</style>
background-color css
<style>
a { background-color: #16C5DA; }
a { background-color: rgb(22,197,218); }
div.DivClassName
{
background-color: #16C5DA;
}
.BgClassName
{
background-color: #16C5DA;
}
</style>
border-color css
<style>
span { border-color: #16C5DA; }
span { border-color: rgb(22,197,218); }
td.TdClassName
{
border-color: #16C5DA;
}
.TagClassName
{
border-color: #16C5DA;
}
</style>