Shades of Bright Turquoise #17EABF
Tints of Bright Turquoise #17EABF
RGB
CMYK
RGB Variations
Color information
#17EABF (or 0x17EABF) is known color: Bright Turquoise. HEX triplet: 17, EA and BF. RGB value is (23,234,191). Sum of RGB (Red+Green+Blue) = 23+234+191=448 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.13% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #17EABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EABF is #E81540. Grayscale: #A5A5A5. Windows color (decimal): -15209793 or 12577303. OLE color: 12577303.
HSL color Cylindrical-coordinate representation of color #17EABF: hue angle of 167.77º 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 #17EABF is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 191 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.08 |
| HSL | 167.77º | 0.83% | 0.5% | - |
| HSV(B) | 167.77º | 0.9% | 0.92% | - |
| XYZ | 39.18 | 62.79 | 59.34 | - |
| YUV | 166.01 | 142.1 | 26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 191 | 0.90 | 0 | 0.18 | 0.08 | 167.77 | 0.83 | 0.5 |
| Hex | 17 | EA | BF | 5A | 0 | 12 | 8 | A8 | 53 | 32 |
| Octal | 27 | 352 | 277 | 132 | 0 | 22 | 10 | 250 | 123 | 62 |
| Binary | 10111 | 11101010 | 10111111 | 1011010 | 0 | 10010 | 1000 | 10101000 | 1010011 | 110010 |
Color Harmonies of #17EABF
Complementary color
Monochromatic Colors of #17EABF
Black with #17EABF
Text Example
Text Example
White with #17EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EABF; }
p { color: rgb(23,234,191); }
H1.HeaderClassName
{
color: #17EABF;
}
.AnyTagClassName
{
color: #17EABF;
}
</style>
background-color css
<style>
a { background-color: #17EABF; }
a { background-color: rgb(23,234,191); }
div.DivClassName
{
background-color: #17EABF;
}
.BgClassName
{
background-color: #17EABF;
}
</style>
border-color css
<style>
span { border-color: #17EABF; }
span { border-color: rgb(23,234,191); }
td.TdClassName
{
border-color: #17EABF;
}
.TagClassName
{
border-color: #17EABF;
}
</style>