Shades of Turquoise #50E5BC
Tints of Turquoise #50E5BC
RGB
CMYK
RGB Variations
Color information
#50E5BC (or 0x50E5BC) is known color: Turquoise. HEX triplet: 50, E5 and BC. RGB value is (80,229,188). Sum of RGB (Red+Green+Blue) = 80+229+188=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5BC is #AF1A43. Grayscale: #B3B3B3. Windows color (decimal): -11475524 or 12379472. OLE color: 12379472.
HSL color Cylindrical-coordinate representation of color #50E5BC: hue angle of 163.49º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5BC is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 188 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.10 |
| HSL | 163.49º | 0.74% | 0.61% | - |
| HSV(B) | 163.49º | 0.65% | 0.9% | - |
| XYZ | 40.4 | 61.37 | 57.29 | - |
| YUV | 179.78 | 132.64 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 188 | 0.65 | 0 | 0.18 | 0.10 | 163.49 | 0.74 | 0.61 |
| Hex | 50 | E5 | BC | 41 | 0 | 12 | A | A3 | 4A | 3D |
| Octal | 120 | 345 | 274 | 101 | 0 | 22 | 12 | 243 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10111100 | 1000001 | 0 | 10010 | 1010 | 10100011 | 1001010 | 111101 |
Color Harmonies of #50E5BC
Complementary color
Monochromatic Colors of #50E5BC
Black with #50E5BC
Text Example
Text Example
White with #50E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5BC; }
p { color: rgb(80,229,188); }
H1.HeaderClassName
{
color: #50E5BC;
}
.AnyTagClassName
{
color: #50E5BC;
}
</style>
background-color css
<style>
a { background-color: #50E5BC; }
a { background-color: rgb(80,229,188); }
div.DivClassName
{
background-color: #50E5BC;
}
.BgClassName
{
background-color: #50E5BC;
}
</style>
border-color css
<style>
span { border-color: #50E5BC; }
span { border-color: rgb(80,229,188); }
td.TdClassName
{
border-color: #50E5BC;
}
.TagClassName
{
border-color: #50E5BC;
}
</style>