Shades of Dark Turquoise #17C9E0
Tints of Dark Turquoise #17C9E0
RGB
CMYK
RGB Variations
Color information
#17C9E0 (or 0x17C9E0) is known color: Dark Turquoise. HEX triplet: 17, C9 and E0. RGB value is (23,201,224). Sum of RGB (Red+Green+Blue) = 23+201+224=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #17C9E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C9E0 is #E8361F. Grayscale: #969696. Windows color (decimal): -15218208 or 14731543. OLE color: 14731543.
HSL color Cylindrical-coordinate representation of color #17C9E0: hue angle of 186.87º degrees, saturation: 0.81, 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 #17C9E0 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 201 | 224 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.12 |
| HSL | 186.87º | 0.81% | 0.48% | - |
| HSV(B) | 186.87º | 0.9% | 0.88% | - |
| XYZ | 34.69 | 47.34 | 77.83 | - |
| YUV | 150.4 | 169.53 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 201 | 224 | 0.90 | 0.10 | 0 | 0.12 | 186.87 | 0.81 | 0.48 |
| Hex | 17 | C9 | E0 | 5A | A | 0 | C | BB | 51 | 30 |
| Octal | 27 | 311 | 340 | 132 | 12 | 0 | 14 | 273 | 121 | 60 |
| Binary | 10111 | 11001001 | 11100000 | 1011010 | 1010 | 0 | 1100 | 10111011 | 1010001 | 110000 |
Color Harmonies of #17C9E0
Complementary color
Monochromatic Colors of #17C9E0
Black with #17C9E0
Text Example
Text Example
White with #17C9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C9E0; }
p { color: rgb(23,201,224); }
H1.HeaderClassName
{
color: #17C9E0;
}
.AnyTagClassName
{
color: #17C9E0;
}
</style>
background-color css
<style>
a { background-color: #17C9E0; }
a { background-color: rgb(23,201,224); }
div.DivClassName
{
background-color: #17C9E0;
}
.BgClassName
{
background-color: #17C9E0;
}
</style>
border-color css
<style>
span { border-color: #17C9E0; }
span { border-color: rgb(23,201,224); }
td.TdClassName
{
border-color: #17C9E0;
}
.TagClassName
{
border-color: #17C9E0;
}
</style>