Shades of Dark Turquoise #16CDD9
Tints of Dark Turquoise #16CDD9
RGB
CMYK
RGB Variations
Color information
#16CDD9 (or 0x16CDD9) is known color: Dark Turquoise. HEX triplet: 16, CD and D9. RGB value is (22,205,217). Sum of RGB (Red+Green+Blue) = 22+205+217=444 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.95% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #16CDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CDD9 is #E93226. Grayscale: #979797. Windows color (decimal): -15282727 or 14273814. OLE color: 14273814.
HSL color Cylindrical-coordinate representation of color #16CDD9: hue angle of 183.69º 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 #16CDD9 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 205 | 217 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.15 |
| HSL | 183.69º | 0.82% | 0.47% | - |
| HSV(B) | 183.69º | 0.9% | 0.85% | - |
| XYZ | 34.69 | 48.84 | 73.25 | - |
| YUV | 151.65 | 164.87 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 217 | 0.90 | 0.06 | 0 | 0.15 | 183.69 | 0.82 | 0.47 |
| Hex | 16 | CD | D9 | 5A | 6 | 0 | F | B8 | 52 | 2F |
| Octal | 26 | 315 | 331 | 132 | 6 | 0 | 17 | 270 | 122 | 57 |
| Binary | 10110 | 11001101 | 11011001 | 1011010 | 110 | 0 | 1111 | 10111000 | 1010010 | 101111 |
Color Harmonies of #16CDD9
Complementary color
Monochromatic Colors of #16CDD9
Black with #16CDD9
Text Example
Text Example
White with #16CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CDD9; }
p { color: rgb(22,205,217); }
H1.HeaderClassName
{
color: #16CDD9;
}
.AnyTagClassName
{
color: #16CDD9;
}
</style>
background-color css
<style>
a { background-color: #16CDD9; }
a { background-color: rgb(22,205,217); }
div.DivClassName
{
background-color: #16CDD9;
}
.BgClassName
{
background-color: #16CDD9;
}
</style>
border-color css
<style>
span { border-color: #16CDD9; }
span { border-color: rgb(22,205,217); }
td.TdClassName
{
border-color: #16CDD9;
}
.TagClassName
{
border-color: #16CDD9;
}
</style>