Shades of Dark Turquoise #17CCE6
Tints of Dark Turquoise #17CCE6
RGB
CMYK
RGB Variations
Color information
#17CCE6 (or 0x17CCE6) is known color: Dark Turquoise. HEX triplet: 17, CC and E6. RGB value is (23,204,230). Sum of RGB (Red+Green+Blue) = 23+204+230=457 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.03% from 457); Green value is 204 (80.08% from 255 or 44.64% 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 #17CCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CCE6 is #E83319. Grayscale: #989898. Windows color (decimal): -15217434 or 15125527. OLE color: 15125527.
HSL color Cylindrical-coordinate representation of color #17CCE6: hue angle of 187.54º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CCE6 is Cyan = 0.9, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 204 | 230 | - |
| CMYK | 0.9 | 0.11 | 0 | 0.10 |
| HSL | 187.54º | 0.82% | 0.5% | - |
| HSV(B) | 187.54º | 0.9% | 0.9% | - |
| XYZ | 36.23 | 49.08 | 82.43 | - |
| YUV | 152.85 | 171.53 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 230 | 0.9 | 0.11 | 0 | 0.10 | 187.54 | 0.82 | 0.5 |
| Hex | 17 | CC | E6 | 5A | B | 0 | A | BC | 52 | 32 |
| Octal | 27 | 314 | 346 | 132 | 13 | 0 | 12 | 274 | 122 | 62 |
| Binary | 10111 | 11001100 | 11100110 | 1011010 | 1011 | 0 | 1010 | 10111100 | 1010010 | 110010 |
Color Harmonies of #17CCE6
Complementary color
Monochromatic Colors of #17CCE6
Black with #17CCE6
Text Example
Text Example
White with #17CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CCE6; }
p { color: rgb(23,204,230); }
H1.HeaderClassName
{
color: #17CCE6;
}
.AnyTagClassName
{
color: #17CCE6;
}
</style>
background-color css
<style>
a { background-color: #17CCE6; }
a { background-color: rgb(23,204,230); }
div.DivClassName
{
background-color: #17CCE6;
}
.BgClassName
{
background-color: #17CCE6;
}
</style>
border-color css
<style>
span { border-color: #17CCE6; }
span { border-color: rgb(23,204,230); }
td.TdClassName
{
border-color: #17CCE6;
}
.TagClassName
{
border-color: #17CCE6;
}
</style>