Shades of Dark Turquoise #17CEE5
Tints of Dark Turquoise #17CEE5
RGB
CMYK
RGB Variations
Color information
#17CEE5 (or 0x17CEE5) is known color: Dark Turquoise. HEX triplet: 17, CE and E5. RGB value is (23,206,229). Sum of RGB (Red+Green+Blue) = 23+206+229=458 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.02% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #17CEE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CEE5 is #E8311A. Grayscale: #999999. Windows color (decimal): -15216923 or 15060503. OLE color: 15060503.
HSL color Cylindrical-coordinate representation of color #17CEE5: hue angle of 186.7º degrees, saturation: 0.82, 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 #17CEE5 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 206 | 229 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.10 |
| HSL | 186.7º | 0.82% | 0.49% | - |
| HSV(B) | 186.7º | 0.9% | 0.9% | - |
| XYZ | 36.57 | 49.98 | 81.85 | - |
| YUV | 153.91 | 170.37 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 229 | 0.90 | 0.10 | 0 | 0.10 | 186.7 | 0.82 | 0.49 |
| Hex | 17 | CE | E5 | 5A | A | 0 | A | BB | 52 | 31 |
| Octal | 27 | 316 | 345 | 132 | 12 | 0 | 12 | 273 | 122 | 61 |
| Binary | 10111 | 11001110 | 11100101 | 1011010 | 1010 | 0 | 1010 | 10111011 | 1010010 | 110001 |
Color Harmonies of #17CEE5
Complementary color
Monochromatic Colors of #17CEE5
Black with #17CEE5
Text Example
Text Example
White with #17CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEE5; }
p { color: rgb(23,206,229); }
H1.HeaderClassName
{
color: #17CEE5;
}
.AnyTagClassName
{
color: #17CEE5;
}
</style>
background-color css
<style>
a { background-color: #17CEE5; }
a { background-color: rgb(23,206,229); }
div.DivClassName
{
background-color: #17CEE5;
}
.BgClassName
{
background-color: #17CEE5;
}
</style>
border-color css
<style>
span { border-color: #17CEE5; }
span { border-color: rgb(23,206,229); }
td.TdClassName
{
border-color: #17CEE5;
}
.TagClassName
{
border-color: #17CEE5;
}
</style>