Shades of Bright Turquoise #17E1C8
Tints of Bright Turquoise #17E1C8
RGB
CMYK
RGB Variations
Color information
#17E1C8 (or 0x17E1C8) is known color: Bright Turquoise. HEX triplet: 17, E1 and C8. RGB value is (23,225,200). Sum of RGB (Red+Green+Blue) = 23+225+200=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #17E1C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E1C8 is #E81E37. Grayscale: #A1A1A1. Windows color (decimal): -15212088 or 13164823. OLE color: 13164823.
HSL color Cylindrical-coordinate representation of color #17E1C8: hue angle of 172.57º 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 #17E1C8 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 225 | 200 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.12 |
| HSL | 172.57º | 0.81% | 0.49% | - |
| HSV(B) | 172.57º | 0.9% | 0.88% | - |
| XYZ | 37.7 | 58.2 | 63.89 | - |
| YUV | 161.75 | 149.58 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 225 | 200 | 0.90 | 0 | 0.11 | 0.12 | 172.57 | 0.81 | 0.49 |
| Hex | 17 | E1 | C8 | 5A | 0 | B | C | AD | 51 | 31 |
| Octal | 27 | 341 | 310 | 132 | 0 | 13 | 14 | 255 | 121 | 61 |
| Binary | 10111 | 11100001 | 11001000 | 1011010 | 0 | 1011 | 1100 | 10101101 | 1010001 | 110001 |
Color Harmonies of #17E1C8
Complementary color
Monochromatic Colors of #17E1C8
Black with #17E1C8
Text Example
Text Example
White with #17E1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E1C8; }
p { color: rgb(23,225,200); }
H1.HeaderClassName
{
color: #17E1C8;
}
.AnyTagClassName
{
color: #17E1C8;
}
</style>
background-color css
<style>
a { background-color: #17E1C8; }
a { background-color: rgb(23,225,200); }
div.DivClassName
{
background-color: #17E1C8;
}
.BgClassName
{
background-color: #17E1C8;
}
</style>
border-color css
<style>
span { border-color: #17E1C8; }
span { border-color: rgb(23,225,200); }
td.TdClassName
{
border-color: #17E1C8;
}
.TagClassName
{
border-color: #17E1C8;
}
</style>