Shades of Dark Turquoise #16C1DC
Tints of Dark Turquoise #16C1DC
RGB
CMYK
RGB Variations
Color information
#16C1DC (or 0x16C1DC) is known color: Dark Turquoise. HEX triplet: 16, C1 and DC. RGB value is (22,193,220). Sum of RGB (Red+Green+Blue) = 22+193+220=435 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.06% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #16C1DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C1DC is #E93E23. Grayscale: #909090. Windows color (decimal): -15285796 or 14467350. OLE color: 14467350.
HSL color Cylindrical-coordinate representation of color #16C1DC: hue angle of 188.18º 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 #16C1DC is Cyan = 0.9, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 193 | 220 | - |
| CMYK | 0.9 | 0.12 | 0 | 0.14 |
| HSL | 188.18º | 0.82% | 0.47% | - |
| HSV(B) | 188.18º | 0.9% | 0.86% | - |
| XYZ | 32.32 | 43.48 | 74.4 | - |
| YUV | 144.95 | 170.35 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 220 | 0.9 | 0.12 | 0 | 0.14 | 188.18 | 0.82 | 0.47 |
| Hex | 16 | C1 | DC | 5A | C | 0 | E | BC | 52 | 2F |
| Octal | 26 | 301 | 334 | 132 | 14 | 0 | 16 | 274 | 122 | 57 |
| Binary | 10110 | 11000001 | 11011100 | 1011010 | 1100 | 0 | 1110 | 10111100 | 1010010 | 101111 |
Color Harmonies of #16C1DC
Complementary color
Monochromatic Colors of #16C1DC
Black with #16C1DC
Text Example
Text Example
White with #16C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C1DC; }
p { color: rgb(22,193,220); }
H1.HeaderClassName
{
color: #16C1DC;
}
.AnyTagClassName
{
color: #16C1DC;
}
</style>
background-color css
<style>
a { background-color: #16C1DC; }
a { background-color: rgb(22,193,220); }
div.DivClassName
{
background-color: #16C1DC;
}
.BgClassName
{
background-color: #16C1DC;
}
</style>
border-color css
<style>
span { border-color: #16C1DC; }
span { border-color: rgb(22,193,220); }
td.TdClassName
{
border-color: #16C1DC;
}
.TagClassName
{
border-color: #16C1DC;
}
</style>