Shades of Bright Turquoise #17EAC0
Tints of Bright Turquoise #17EAC0
RGB
CMYK
RGB Variations
Color information
#17EAC0 (or 0x17EAC0) is known color: Bright Turquoise. HEX triplet: 17, EA and C0. RGB value is (23,234,192). Sum of RGB (Red+Green+Blue) = 23+234+192=449 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.12% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #17EAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EAC0 is #E8153F. Grayscale: #A6A6A6. Windows color (decimal): -15209792 or 12642839. OLE color: 12642839.
HSL color Cylindrical-coordinate representation of color #17EAC0: hue angle of 168.06º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EAC0 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 192 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.08 |
| HSL | 168.06º | 0.83% | 0.5% | - |
| HSV(B) | 168.06º | 0.9% | 0.92% | - |
| XYZ | 39.29 | 62.83 | 59.93 | - |
| YUV | 166.12 | 142.6 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 192 | 0.90 | 0 | 0.18 | 0.08 | 168.06 | 0.83 | 0.5 |
| Hex | 17 | EA | C0 | 5A | 0 | 12 | 8 | A8 | 53 | 32 |
| Octal | 27 | 352 | 300 | 132 | 0 | 22 | 10 | 250 | 123 | 62 |
| Binary | 10111 | 11101010 | 11000000 | 1011010 | 0 | 10010 | 1000 | 10101000 | 1010011 | 110010 |
Color Harmonies of #17EAC0
Complementary color
Monochromatic Colors of #17EAC0
Black with #17EAC0
Text Example
Text Example
White with #17EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EAC0; }
p { color: rgb(23,234,192); }
H1.HeaderClassName
{
color: #17EAC0;
}
.AnyTagClassName
{
color: #17EAC0;
}
</style>
background-color css
<style>
a { background-color: #17EAC0; }
a { background-color: rgb(23,234,192); }
div.DivClassName
{
background-color: #17EAC0;
}
.BgClassName
{
background-color: #17EAC0;
}
</style>
border-color css
<style>
span { border-color: #17EAC0; }
span { border-color: rgb(23,234,192); }
td.TdClassName
{
border-color: #17EAC0;
}
.TagClassName
{
border-color: #17EAC0;
}
</style>