Shades of Dark Turquoise #16CDE6
Tints of Dark Turquoise #16CDE6
RGB
CMYK
RGB Variations
Color information
#16CDE6 (or 0x16CDE6) is known color: Dark Turquoise. HEX triplet: 16, CD and E6. RGB value is (22,205,230). Sum of RGB (Red+Green+Blue) = 22+205+230=457 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.81% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #16CDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CDE6 is #E93219. Grayscale: #989898. Windows color (decimal): -15282714 or 15125782. OLE color: 15125782.
HSL color Cylindrical-coordinate representation of color #16CDE6: hue angle of 187.21º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CDE6 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 205 | 230 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.10 |
| HSL | 187.21º | 0.83% | 0.49% | - |
| HSV(B) | 187.21º | 0.9% | 0.9% | - |
| XYZ | 36.45 | 49.55 | 82.51 | - |
| YUV | 153.13 | 171.37 | 34.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 230 | 0.90 | 0.11 | 0 | 0.10 | 187.21 | 0.83 | 0.49 |
| Hex | 16 | CD | E6 | 5A | B | 0 | A | BB | 53 | 31 |
| Octal | 26 | 315 | 346 | 132 | 13 | 0 | 12 | 273 | 123 | 61 |
| Binary | 10110 | 11001101 | 11100110 | 1011010 | 1011 | 0 | 1010 | 10111011 | 1010011 | 110001 |
Color Harmonies of #16CDE6
Complementary color
Monochromatic Colors of #16CDE6
Black with #16CDE6
Text Example
Text Example
White with #16CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CDE6; }
p { color: rgb(22,205,230); }
H1.HeaderClassName
{
color: #16CDE6;
}
.AnyTagClassName
{
color: #16CDE6;
}
</style>
background-color css
<style>
a { background-color: #16CDE6; }
a { background-color: rgb(22,205,230); }
div.DivClassName
{
background-color: #16CDE6;
}
.BgClassName
{
background-color: #16CDE6;
}
</style>
border-color css
<style>
span { border-color: #16CDE6; }
span { border-color: rgb(22,205,230); }
td.TdClassName
{
border-color: #16CDE6;
}
.TagClassName
{
border-color: #16CDE6;
}
</style>