Shades of Turquoise #50E5BF
Tints of Turquoise #50E5BF
RGB
CMYK
RGB Variations
Color information
#50E5BF (or 0x50E5BF) is known color: Turquoise. HEX triplet: 50, E5 and BF. RGB value is (80,229,191). Sum of RGB (Red+Green+Blue) = 80+229+191=500 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5BF is #AF1A40. Grayscale: #B4B4B4. Windows color (decimal): -11475521 or 12576080. OLE color: 12576080.
HSL color Cylindrical-coordinate representation of color #50E5BF: hue angle of 164.7º 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 #50E5BF is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 191 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.10 |
| HSL | 164.7º | 0.74% | 0.61% | - |
| HSV(B) | 164.7º | 0.65% | 0.9% | - |
| XYZ | 40.73 | 61.51 | 59.02 | - |
| YUV | 180.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 191 | 0.65 | 0 | 0.17 | 0.10 | 164.7 | 0.74 | 0.61 |
| Hex | 50 | E5 | BF | 41 | 0 | 11 | A | A5 | 4A | 3D |
| Octal | 120 | 345 | 277 | 101 | 0 | 21 | 12 | 245 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10111111 | 1000001 | 0 | 10001 | 1010 | 10100101 | 1001010 | 111101 |
Color Harmonies of #50E5BF
Complementary color
Monochromatic Colors of #50E5BF
Black with #50E5BF
Text Example
Text Example
White with #50E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5BF; }
p { color: rgb(80,229,191); }
H1.HeaderClassName
{
color: #50E5BF;
}
.AnyTagClassName
{
color: #50E5BF;
}
</style>
background-color css
<style>
a { background-color: #50E5BF; }
a { background-color: rgb(80,229,191); }
div.DivClassName
{
background-color: #50E5BF;
}
.BgClassName
{
background-color: #50E5BF;
}
</style>
border-color css
<style>
span { border-color: #50E5BF; }
span { border-color: rgb(80,229,191); }
td.TdClassName
{
border-color: #50E5BF;
}
.TagClassName
{
border-color: #50E5BF;
}
</style>