Shades of Turquoise #50E5BD
Tints of Turquoise #50E5BD
RGB
CMYK
RGB Variations
Color information
#50E5BD (or 0x50E5BD) is known color: Turquoise. HEX triplet: 50, E5 and BD. RGB value is (80,229,189). Sum of RGB (Red+Green+Blue) = 80+229+189=498 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.06% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5BD is #AF1A42. Grayscale: #B3B3B3. Windows color (decimal): -11475523 or 12445008. OLE color: 12445008.
HSL color Cylindrical-coordinate representation of color #50E5BD: hue angle of 163.89º 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 #50E5BD is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 189 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.10 |
| HSL | 163.89º | 0.74% | 0.61% | - |
| HSV(B) | 163.89º | 0.65% | 0.9% | - |
| XYZ | 40.51 | 61.42 | 57.86 | - |
| YUV | 179.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 189 | 0.65 | 0 | 0.17 | 0.10 | 163.89 | 0.74 | 0.61 |
| Hex | 50 | E5 | BD | 41 | 0 | 11 | A | A4 | 4A | 3D |
| Octal | 120 | 345 | 275 | 101 | 0 | 21 | 12 | 244 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10111101 | 1000001 | 0 | 10001 | 1010 | 10100100 | 1001010 | 111101 |
Color Harmonies of #50E5BD
Complementary color
Monochromatic Colors of #50E5BD
Black with #50E5BD
Text Example
Text Example
White with #50E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5BD; }
p { color: rgb(80,229,189); }
H1.HeaderClassName
{
color: #50E5BD;
}
.AnyTagClassName
{
color: #50E5BD;
}
</style>
background-color css
<style>
a { background-color: #50E5BD; }
a { background-color: rgb(80,229,189); }
div.DivClassName
{
background-color: #50E5BD;
}
.BgClassName
{
background-color: #50E5BD;
}
</style>
border-color css
<style>
span { border-color: #50E5BD; }
span { border-color: rgb(80,229,189); }
td.TdClassName
{
border-color: #50E5BD;
}
.TagClassName
{
border-color: #50E5BD;
}
</style>