Shades of Bright Turquoise #17E3C1
Tints of Bright Turquoise #17E3C1
RGB
CMYK
RGB Variations
Color information
#17E3C1 (or 0x17E3C1) is known color: Bright Turquoise. HEX triplet: 17, E3 and C1. RGB value is (23,227,193). Sum of RGB (Red+Green+Blue) = 23+227+193=443 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.19% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #17E3C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E3C1 is #E81C3E. Grayscale: #A2A2A2. Windows color (decimal): -15211583 or 12706583. OLE color: 12706583.
HSL color Cylindrical-coordinate representation of color #17E3C1: hue angle of 170º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E3C1 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 227 | 193 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.11 |
| HSL | 170º | 0.82% | 0.49% | - |
| HSV(B) | 170º | 0.9% | 0.89% | - |
| XYZ | 37.45 | 58.97 | 59.86 | - |
| YUV | 162.13 | 145.41 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 227 | 193 | 0.90 | 0 | 0.15 | 0.11 | 170 | 0.82 | 0.49 |
| Hex | 17 | E3 | C1 | 5A | 0 | F | B | AA | 52 | 31 |
| Octal | 27 | 343 | 301 | 132 | 0 | 17 | 13 | 252 | 122 | 61 |
| Binary | 10111 | 11100011 | 11000001 | 1011010 | 0 | 1111 | 1011 | 10101010 | 1010010 | 110001 |
Color Harmonies of #17E3C1
Complementary color
Monochromatic Colors of #17E3C1
Black with #17E3C1
Text Example
Text Example
White with #17E3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E3C1; }
p { color: rgb(23,227,193); }
H1.HeaderClassName
{
color: #17E3C1;
}
.AnyTagClassName
{
color: #17E3C1;
}
</style>
background-color css
<style>
a { background-color: #17E3C1; }
a { background-color: rgb(23,227,193); }
div.DivClassName
{
background-color: #17E3C1;
}
.BgClassName
{
background-color: #17E3C1;
}
</style>
border-color css
<style>
span { border-color: #17E3C1; }
span { border-color: rgb(23,227,193); }
td.TdClassName
{
border-color: #17E3C1;
}
.TagClassName
{
border-color: #17E3C1;
}
</style>