Shades of Dark Turquoise #16D3DC
Tints of Dark Turquoise #16D3DC
RGB
CMYK
RGB Variations
Color information
#16D3DC (or 0x16D3DC) is known color: Dark Turquoise. HEX triplet: 16, D3 and DC. RGB value is (22,211,220). Sum of RGB (Red+Green+Blue) = 22+211+220=453 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.86% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #16D3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D3DC is #E92C23. Grayscale: #9B9B9B. Windows color (decimal): -15281188 or 14471958. OLE color: 14471958.
HSL color Cylindrical-coordinate representation of color #16D3DC: hue angle of 182.73º 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 #16D3DC is Cyan = 0.9, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 211 | 220 | - |
| CMYK | 0.9 | 0.04 | 0 | 0.14 |
| HSL | 182.73º | 0.82% | 0.47% | - |
| HSV(B) | 182.73º | 0.9% | 0.86% | - |
| XYZ | 36.54 | 51.93 | 75.81 | - |
| YUV | 155.52 | 164.38 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 211 | 220 | 0.9 | 0.04 | 0 | 0.14 | 182.73 | 0.82 | 0.47 |
| Hex | 16 | D3 | DC | 5A | 4 | 0 | E | B7 | 52 | 2F |
| Octal | 26 | 323 | 334 | 132 | 4 | 0 | 16 | 267 | 122 | 57 |
| Binary | 10110 | 11010011 | 11011100 | 1011010 | 100 | 0 | 1110 | 10110111 | 1010010 | 101111 |
Color Harmonies of #16D3DC
Complementary color
Monochromatic Colors of #16D3DC
Black with #16D3DC
Text Example
Text Example
White with #16D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D3DC; }
p { color: rgb(22,211,220); }
H1.HeaderClassName
{
color: #16D3DC;
}
.AnyTagClassName
{
color: #16D3DC;
}
</style>
background-color css
<style>
a { background-color: #16D3DC; }
a { background-color: rgb(22,211,220); }
div.DivClassName
{
background-color: #16D3DC;
}
.BgClassName
{
background-color: #16D3DC;
}
</style>
border-color css
<style>
span { border-color: #16D3DC; }
span { border-color: rgb(22,211,220); }
td.TdClassName
{
border-color: #16D3DC;
}
.TagClassName
{
border-color: #16D3DC;
}
</style>