Shades of Dark Turquoise #17CCE5
Tints of Dark Turquoise #17CCE5
RGB
CMYK
RGB Variations
Color information
#17CCE5 (or 0x17CCE5) is known color: Dark Turquoise. HEX triplet: 17, CC and E5. RGB value is (23,204,229). Sum of RGB (Red+Green+Blue) = 23+204+229=456 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.04% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #17CCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CCE5 is #E8331A. Grayscale: #989898. Windows color (decimal): -15217435 or 15059991. OLE color: 15059991.
HSL color Cylindrical-coordinate representation of color #17CCE5: hue angle of 187.28º 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 #17CCE5 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 204 | 229 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.10 |
| HSL | 187.28º | 0.82% | 0.49% | - |
| HSV(B) | 187.28º | 0.9% | 0.9% | - |
| XYZ | 36.09 | 49.03 | 81.69 | - |
| YUV | 152.73 | 171.03 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 229 | 0.90 | 0.11 | 0 | 0.10 | 187.28 | 0.82 | 0.49 |
| Hex | 17 | CC | E5 | 5A | B | 0 | A | BB | 52 | 31 |
| Octal | 27 | 314 | 345 | 132 | 13 | 0 | 12 | 273 | 122 | 61 |
| Binary | 10111 | 11001100 | 11100101 | 1011010 | 1011 | 0 | 1010 | 10111011 | 1010010 | 110001 |
Color Harmonies of #17CCE5
Complementary color
Monochromatic Colors of #17CCE5
Black with #17CCE5
Text Example
Text Example
White with #17CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CCE5; }
p { color: rgb(23,204,229); }
H1.HeaderClassName
{
color: #17CCE5;
}
.AnyTagClassName
{
color: #17CCE5;
}
</style>
background-color css
<style>
a { background-color: #17CCE5; }
a { background-color: rgb(23,204,229); }
div.DivClassName
{
background-color: #17CCE5;
}
.BgClassName
{
background-color: #17CCE5;
}
</style>
border-color css
<style>
span { border-color: #17CCE5; }
span { border-color: rgb(23,204,229); }
td.TdClassName
{
border-color: #17CCE5;
}
.TagClassName
{
border-color: #17CCE5;
}
</style>