Shades of Bright Turquoise #13E5BC
Tints of Bright Turquoise #13E5BC
RGB
CMYK
RGB Variations
Color information
#13E5BC (or 0x13E5BC) is known color: Bright Turquoise. HEX triplet: 13, E5 and BC. RGB value is (19,229,188). Sum of RGB (Red+Green+Blue) = 19+229+188=436 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.36% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #13E5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13E5BC is #EC1A43. Grayscale: #A1A1A1. Windows color (decimal): -15473220 or 12379411. OLE color: 12379411.
HSL color Cylindrical-coordinate representation of color #13E5BC: hue angle of 168.29º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E5BC is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 229 | 188 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.10 |
| HSL | 168.29º | 0.85% | 0.49% | - |
| HSV(B) | 168.29º | 0.92% | 0.9% | - |
| XYZ | 37.36 | 59.81 | 57.15 | - |
| YUV | 161.54 | 142.93 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 229 | 188 | 0.92 | 0 | 0.18 | 0.10 | 168.29 | 0.85 | 0.49 |
| Hex | 13 | E5 | BC | 5C | 0 | 12 | A | A8 | 55 | 31 |
| Octal | 23 | 345 | 274 | 134 | 0 | 22 | 12 | 250 | 125 | 61 |
| Binary | 10011 | 11100101 | 10111100 | 1011100 | 0 | 10010 | 1010 | 10101000 | 1010101 | 110001 |
Color Harmonies of #13E5BC
Complementary color
Monochromatic Colors of #13E5BC
Black with #13E5BC
Text Example
Text Example
White with #13E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E5BC; }
p { color: rgb(19,229,188); }
H1.HeaderClassName
{
color: #13E5BC;
}
.AnyTagClassName
{
color: #13E5BC;
}
</style>
background-color css
<style>
a { background-color: #13E5BC; }
a { background-color: rgb(19,229,188); }
div.DivClassName
{
background-color: #13E5BC;
}
.BgClassName
{
background-color: #13E5BC;
}
</style>
border-color css
<style>
span { border-color: #13E5BC; }
span { border-color: rgb(19,229,188); }
td.TdClassName
{
border-color: #13E5BC;
}
.TagClassName
{
border-color: #13E5BC;
}
</style>