Shades of Dark Turquoise #17CEE1
Tints of Dark Turquoise #17CEE1
RGB
CMYK
RGB Variations
Color information
#17CEE1 (or 0x17CEE1) is known color: Dark Turquoise. HEX triplet: 17, CE and E1. RGB value is (23,206,225). Sum of RGB (Red+Green+Blue) = 23+206+225=454 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.07% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #17CEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CEE1 is #E8311E. Grayscale: #999999. Windows color (decimal): -15216927 or 14798359. OLE color: 14798359.
HSL color Cylindrical-coordinate representation of color #17CEE1: hue angle of 185.64º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CEE1 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 206 | 225 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.12 |
| HSL | 185.64º | 0.81% | 0.49% | - |
| HSV(B) | 185.64º | 0.9% | 0.88% | - |
| XYZ | 36.02 | 49.76 | 78.94 | - |
| YUV | 153.45 | 168.37 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 225 | 0.90 | 0.08 | 0 | 0.12 | 185.64 | 0.81 | 0.49 |
| Hex | 17 | CE | E1 | 5A | 8 | 0 | C | BA | 51 | 31 |
| Octal | 27 | 316 | 341 | 132 | 10 | 0 | 14 | 272 | 121 | 61 |
| Binary | 10111 | 11001110 | 11100001 | 1011010 | 1000 | 0 | 1100 | 10111010 | 1010001 | 110001 |
Color Harmonies of #17CEE1
Complementary color
Monochromatic Colors of #17CEE1
Black with #17CEE1
Text Example
Text Example
White with #17CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEE1; }
p { color: rgb(23,206,225); }
H1.HeaderClassName
{
color: #17CEE1;
}
.AnyTagClassName
{
color: #17CEE1;
}
</style>
background-color css
<style>
a { background-color: #17CEE1; }
a { background-color: rgb(23,206,225); }
div.DivClassName
{
background-color: #17CEE1;
}
.BgClassName
{
background-color: #17CEE1;
}
</style>
border-color css
<style>
span { border-color: #17CEE1; }
span { border-color: rgb(23,206,225); }
td.TdClassName
{
border-color: #17CEE1;
}
.TagClassName
{
border-color: #17CEE1;
}
</style>