Shades of Bright Turquoise #17E4BC
Tints of Bright Turquoise #17E4BC
RGB
CMYK
RGB Variations
Color information
#17E4BC (or 0x17E4BC) is known color: Bright Turquoise. HEX triplet: 17, E4 and BC. RGB value is (23,228,188). Sum of RGB (Red+Green+Blue) = 23+228+188=439 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.24% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #17E4BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E4BC is #E81B43. Grayscale: #A2A2A2. Windows color (decimal): -15211332 or 12379159. OLE color: 12379159.
HSL color Cylindrical-coordinate representation of color #17E4BC: hue angle of 168.29º 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 #17E4BC is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 228 | 188 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.11 |
| HSL | 168.29º | 0.82% | 0.49% | - |
| HSV(B) | 168.29º | 0.9% | 0.89% | - |
| XYZ | 37.17 | 59.3 | 57.06 | - |
| YUV | 162.15 | 142.58 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 228 | 188 | 0.90 | 0 | 0.18 | 0.11 | 168.29 | 0.82 | 0.49 |
| Hex | 17 | E4 | BC | 5A | 0 | 12 | B | A8 | 52 | 31 |
| Octal | 27 | 344 | 274 | 132 | 0 | 22 | 13 | 250 | 122 | 61 |
| Binary | 10111 | 11100100 | 10111100 | 1011010 | 0 | 10010 | 1011 | 10101000 | 1010010 | 110001 |
Color Harmonies of #17E4BC
Complementary color
Monochromatic Colors of #17E4BC
Black with #17E4BC
Text Example
Text Example
White with #17E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E4BC; }
p { color: rgb(23,228,188); }
H1.HeaderClassName
{
color: #17E4BC;
}
.AnyTagClassName
{
color: #17E4BC;
}
</style>
background-color css
<style>
a { background-color: #17E4BC; }
a { background-color: rgb(23,228,188); }
div.DivClassName
{
background-color: #17E4BC;
}
.BgClassName
{
background-color: #17E4BC;
}
</style>
border-color css
<style>
span { border-color: #17E4BC; }
span { border-color: rgb(23,228,188); }
td.TdClassName
{
border-color: #17E4BC;
}
.TagClassName
{
border-color: #17E4BC;
}
</style>