Shades of Bright Turquoise #17E1CE
Tints of Bright Turquoise #17E1CE
RGB
CMYK
RGB Variations
Color information
#17E1CE (or 0x17E1CE) is known color: Bright Turquoise. HEX triplet: 17, E1 and CE. RGB value is (23,225,206). Sum of RGB (Red+Green+Blue) = 23+225+206=454 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.07% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #17E1CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E1CE is #E81E31. Grayscale: #A2A2A2. Windows color (decimal): -15212082 or 13558039. OLE color: 13558039.
HSL color Cylindrical-coordinate representation of color #17E1CE: hue angle of 174.36º 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 #17E1CE is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 225 | 206 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.12 |
| HSL | 174.36º | 0.81% | 0.49% | - |
| HSV(B) | 174.36º | 0.9% | 0.88% | - |
| XYZ | 38.42 | 58.49 | 67.66 | - |
| YUV | 162.44 | 152.58 | 28.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 225 | 206 | 0.90 | 0 | 0.08 | 0.12 | 174.36 | 0.81 | 0.49 |
| Hex | 17 | E1 | CE | 5A | 0 | 8 | C | AE | 51 | 31 |
| Octal | 27 | 341 | 316 | 132 | 0 | 10 | 14 | 256 | 121 | 61 |
| Binary | 10111 | 11100001 | 11001110 | 1011010 | 0 | 1000 | 1100 | 10101110 | 1010001 | 110001 |
Color Harmonies of #17E1CE
Complementary color
Monochromatic Colors of #17E1CE
Black with #17E1CE
Text Example
Text Example
White with #17E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E1CE; }
p { color: rgb(23,225,206); }
H1.HeaderClassName
{
color: #17E1CE;
}
.AnyTagClassName
{
color: #17E1CE;
}
</style>
background-color css
<style>
a { background-color: #17E1CE; }
a { background-color: rgb(23,225,206); }
div.DivClassName
{
background-color: #17E1CE;
}
.BgClassName
{
background-color: #17E1CE;
}
</style>
border-color css
<style>
span { border-color: #17E1CE; }
span { border-color: rgb(23,225,206); }
td.TdClassName
{
border-color: #17E1CE;
}
.TagClassName
{
border-color: #17E1CE;
}
</style>