Shades of Bright Turquoise #17E9BA
Tints of Bright Turquoise #17E9BA
RGB
CMYK
RGB Variations
Color information
#17E9BA (or 0x17E9BA) is known color: Bright Turquoise. HEX triplet: 17, E9 and BA. RGB value is (23,233,186). Sum of RGB (Red+Green+Blue) = 23+233+186=442 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.20% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #17E9BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17E9BA is #E81645. Grayscale: #A4A4A4. Windows color (decimal): -15210054 or 12249367. OLE color: 12249367.
HSL color Cylindrical-coordinate representation of color #17E9BA: hue angle of 166.57º degrees, saturation: 0.83, 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 #17E9BA is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 233 | 186 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.09 |
| HSL | 166.57º | 0.83% | 0.5% | - |
| HSV(B) | 166.57º | 0.9% | 0.91% | - |
| XYZ | 38.36 | 62.01 | 56.4 | - |
| YUV | 164.85 | 139.93 | 26.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 233 | 186 | 0.90 | 0 | 0.20 | 0.09 | 166.57 | 0.83 | 0.5 |
| Hex | 17 | E9 | BA | 5A | 0 | 14 | 9 | A7 | 53 | 32 |
| Octal | 27 | 351 | 272 | 132 | 0 | 24 | 11 | 247 | 123 | 62 |
| Binary | 10111 | 11101001 | 10111010 | 1011010 | 0 | 10100 | 1001 | 10100111 | 1010011 | 110010 |
Color Harmonies of #17E9BA
Complementary color
Monochromatic Colors of #17E9BA
Black with #17E9BA
Text Example
Text Example
White with #17E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E9BA; }
p { color: rgb(23,233,186); }
H1.HeaderClassName
{
color: #17E9BA;
}
.AnyTagClassName
{
color: #17E9BA;
}
</style>
background-color css
<style>
a { background-color: #17E9BA; }
a { background-color: rgb(23,233,186); }
div.DivClassName
{
background-color: #17E9BA;
}
.BgClassName
{
background-color: #17E9BA;
}
</style>
border-color css
<style>
span { border-color: #17E9BA; }
span { border-color: rgb(23,233,186); }
td.TdClassName
{
border-color: #17E9BA;
}
.TagClassName
{
border-color: #17E9BA;
}
</style>