Shades of Turquoise #50EBEA
Tints of Turquoise #50EBEA
RGB
CMYK
RGB Variations
Color information
#50EBEA (or 0x50EBEA) is known color: Turquoise. HEX triplet: 50, EB and EA. RGB value is (80,235,234). Sum of RGB (Red+Green+Blue) = 80+235+234=549 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.57% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EBEA is #AF1415. Grayscale: #BCBCBC. Windows color (decimal): -11473942 or 15395664. OLE color: 15395664.
HSL color Cylindrical-coordinate representation of color #50EBEA: hue angle of 179.61º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EBEA is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 234 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.08 |
| HSL | 179.61º | 0.79% | 0.62% | - |
| HSV(B) | 179.61º | 0.66% | 0.92% | - |
| XYZ | 47.87 | 67.06 | 88.26 | - |
| YUV | 188.54 | 153.65 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 234 | 0.66 | 0 | 0.00 | 0.08 | 179.61 | 0.79 | 0.62 |
| Hex | 50 | EB | EA | 42 | 0 | 0 | 8 | B4 | 4F | 3E |
| Octal | 120 | 353 | 352 | 102 | 0 | 0 | 10 | 264 | 117 | 76 |
| Binary | 1010000 | 11101011 | 11101010 | 1000010 | 0 | 0 | 1000 | 10110100 | 1001111 | 111110 |
Color Harmonies of #50EBEA
Complementary color
Monochromatic Colors of #50EBEA
Black with #50EBEA
Text Example
Text Example
White with #50EBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EBEA; }
p { color: rgb(80,235,234); }
H1.HeaderClassName
{
color: #50EBEA;
}
.AnyTagClassName
{
color: #50EBEA;
}
</style>
background-color css
<style>
a { background-color: #50EBEA; }
a { background-color: rgb(80,235,234); }
div.DivClassName
{
background-color: #50EBEA;
}
.BgClassName
{
background-color: #50EBEA;
}
</style>
border-color css
<style>
span { border-color: #50EBEA; }
span { border-color: rgb(80,235,234); }
td.TdClassName
{
border-color: #50EBEA;
}
.TagClassName
{
border-color: #50EBEA;
}
</style>