Shades of Bright Turquoise #17E8CA
Tints of Bright Turquoise #17E8CA
RGB
CMYK
RGB Variations
Color information
#17E8CA (or 0x17E8CA) is known color: Bright Turquoise. HEX triplet: 17, E8 and CA. RGB value is (23,232,202). Sum of RGB (Red+Green+Blue) = 23+232+202=457 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.03% from 457); Green value is 232 (91.02% from 255 or 50.77% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 232 - color contains mainly: green. Hex color #17E8CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17E8CA is #E81735. Grayscale: #A6A6A6. Windows color (decimal): -15210294 or 13297687. OLE color: 13297687.
HSL color Cylindrical-coordinate representation of color #17E8CA: hue angle of 171.39º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E8CA is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 232 | 202 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.09 |
| HSL | 171.39º | 0.82% | 0.5% | - |
| HSV(B) | 171.39º | 0.9% | 0.91% | - |
| XYZ | 39.87 | 62.16 | 65.77 | - |
| YUV | 166.09 | 148.26 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 232 | 202 | 0.90 | 0 | 0.13 | 0.09 | 171.39 | 0.82 | 0.5 |
| Hex | 17 | E8 | CA | 5A | 0 | D | 9 | AB | 52 | 32 |
| Octal | 27 | 350 | 312 | 132 | 0 | 15 | 11 | 253 | 122 | 62 |
| Binary | 10111 | 11101000 | 11001010 | 1011010 | 0 | 1101 | 1001 | 10101011 | 1010010 | 110010 |
Color Harmonies of #17E8CA
Complementary color
Monochromatic Colors of #17E8CA
Black with #17E8CA
Text Example
Text Example
White with #17E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E8CA; }
p { color: rgb(23,232,202); }
H1.HeaderClassName
{
color: #17E8CA;
}
.AnyTagClassName
{
color: #17E8CA;
}
</style>
background-color css
<style>
a { background-color: #17E8CA; }
a { background-color: rgb(23,232,202); }
div.DivClassName
{
background-color: #17E8CA;
}
.BgClassName
{
background-color: #17E8CA;
}
</style>
border-color css
<style>
span { border-color: #17E8CA; }
span { border-color: rgb(23,232,202); }
td.TdClassName
{
border-color: #17E8CA;
}
.TagClassName
{
border-color: #17E8CA;
}
</style>