Shades of Dark Turquoise #17CEEA
Tints of Dark Turquoise #17CEEA
RGB
CMYK
RGB Variations
Color information
#17CEEA (or 0x17CEEA) is known color: Dark Turquoise. HEX triplet: 17, CE and EA. RGB value is (23,206,234). Sum of RGB (Red+Green+Blue) = 23+206+234=463 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.97% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #17CEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CEEA is #E83115. Grayscale: #9A9A9A. Windows color (decimal): -15216918 or 15388183. OLE color: 15388183.
HSL color Cylindrical-coordinate representation of color #17CEEA: hue angle of 187.96º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CEEA is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 206 | 234 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.08 |
| HSL | 187.96º | 0.83% | 0.5% | - |
| HSV(B) | 187.96º | 0.9% | 0.92% | - |
| XYZ | 37.28 | 50.27 | 85.58 | - |
| YUV | 154.48 | 172.87 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 234 | 0.90 | 0.12 | 0 | 0.08 | 187.96 | 0.83 | 0.5 |
| Hex | 17 | CE | EA | 5A | C | 0 | 8 | BC | 53 | 32 |
| Octal | 27 | 316 | 352 | 132 | 14 | 0 | 10 | 274 | 123 | 62 |
| Binary | 10111 | 11001110 | 11101010 | 1011010 | 1100 | 0 | 1000 | 10111100 | 1010011 | 110010 |
Color Harmonies of #17CEEA
Complementary color
Monochromatic Colors of #17CEEA
Black with #17CEEA
Text Example
Text Example
White with #17CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEEA; }
p { color: rgb(23,206,234); }
H1.HeaderClassName
{
color: #17CEEA;
}
.AnyTagClassName
{
color: #17CEEA;
}
</style>
background-color css
<style>
a { background-color: #17CEEA; }
a { background-color: rgb(23,206,234); }
div.DivClassName
{
background-color: #17CEEA;
}
.BgClassName
{
background-color: #17CEEA;
}
</style>
border-color css
<style>
span { border-color: #17CEEA; }
span { border-color: rgb(23,206,234); }
td.TdClassName
{
border-color: #17CEEA;
}
.TagClassName
{
border-color: #17CEEA;
}
</style>