Shades of Dark Turquoise #16CDE0
Tints of Dark Turquoise #16CDE0
RGB
CMYK
RGB Variations
Color information
#16CDE0 (or 0x16CDE0) is known color: Dark Turquoise. HEX triplet: 16, CD and E0. RGB value is (22,205,224). Sum of RGB (Red+Green+Blue) = 22+205+224=451 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.88% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #16CDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CDE0 is #E9321F. Grayscale: #989898. Windows color (decimal): -15282720 or 14732566. OLE color: 14732566.
HSL color Cylindrical-coordinate representation of color #16CDE0: hue angle of 185.64º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CDE0 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 205 | 224 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.12 |
| HSL | 185.64º | 0.82% | 0.48% | - |
| HSV(B) | 185.64º | 0.9% | 0.88% | - |
| XYZ | 35.62 | 49.22 | 78.14 | - |
| YUV | 152.45 | 168.37 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 224 | 0.90 | 0.08 | 0 | 0.12 | 185.64 | 0.82 | 0.48 |
| Hex | 16 | CD | E0 | 5A | 8 | 0 | C | BA | 52 | 30 |
| Octal | 26 | 315 | 340 | 132 | 10 | 0 | 14 | 272 | 122 | 60 |
| Binary | 10110 | 11001101 | 11100000 | 1011010 | 1000 | 0 | 1100 | 10111010 | 1010010 | 110000 |
Color Harmonies of #16CDE0
Complementary color
Monochromatic Colors of #16CDE0
Black with #16CDE0
Text Example
Text Example
White with #16CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CDE0; }
p { color: rgb(22,205,224); }
H1.HeaderClassName
{
color: #16CDE0;
}
.AnyTagClassName
{
color: #16CDE0;
}
</style>
background-color css
<style>
a { background-color: #16CDE0; }
a { background-color: rgb(22,205,224); }
div.DivClassName
{
background-color: #16CDE0;
}
.BgClassName
{
background-color: #16CDE0;
}
</style>
border-color css
<style>
span { border-color: #16CDE0; }
span { border-color: rgb(22,205,224); }
td.TdClassName
{
border-color: #16CDE0;
}
.TagClassName
{
border-color: #16CDE0;
}
</style>