Shades of Bright Turquoise #17ECBA
Tints of Bright Turquoise #17ECBA
RGB
CMYK
RGB Variations
Color information
#17ECBA (or 0x17ECBA) is known color: Bright Turquoise. HEX triplet: 17, EC and BA. RGB value is (23,236,186). Sum of RGB (Red+Green+Blue) = 23+236+186=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #17ECBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17ECBA is #E81345. Grayscale: #A6A6A6. Windows color (decimal): -15209286 or 12250135. OLE color: 12250135.
HSL color Cylindrical-coordinate representation of color #17ECBA: hue angle of 165.92º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17ECBA is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 236 | 186 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.07 |
| HSL | 165.92º | 0.85% | 0.51% | - |
| HSV(B) | 165.92º | 0.9% | 0.93% | - |
| XYZ | 39.21 | 63.72 | 56.69 | - |
| YUV | 166.61 | 138.93 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 236 | 186 | 0.90 | 0 | 0.21 | 0.07 | 165.92 | 0.85 | 0.51 |
| Hex | 17 | EC | BA | 5A | 0 | 15 | 7 | A6 | 55 | 33 |
| Octal | 27 | 354 | 272 | 132 | 0 | 25 | 7 | 246 | 125 | 63 |
| Binary | 10111 | 11101100 | 10111010 | 1011010 | 0 | 10101 | 111 | 10100110 | 1010101 | 110011 |
Color Harmonies of #17ECBA
Complementary color
Monochromatic Colors of #17ECBA
Black with #17ECBA
Text Example
Text Example
White with #17ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ECBA; }
p { color: rgb(23,236,186); }
H1.HeaderClassName
{
color: #17ECBA;
}
.AnyTagClassName
{
color: #17ECBA;
}
</style>
background-color css
<style>
a { background-color: #17ECBA; }
a { background-color: rgb(23,236,186); }
div.DivClassName
{
background-color: #17ECBA;
}
.BgClassName
{
background-color: #17ECBA;
}
</style>
border-color css
<style>
span { border-color: #17ECBA; }
span { border-color: rgb(23,236,186); }
td.TdClassName
{
border-color: #17ECBA;
}
.TagClassName
{
border-color: #17ECBA;
}
</style>