Shades of Turquoise #50EBDA
Tints of Turquoise #50EBDA
RGB
CMYK
RGB Variations
Color information
#50EBDA (or 0x50EBDA) is known color: Turquoise. HEX triplet: 50, EB and DA. RGB value is (80,235,218). Sum of RGB (Red+Green+Blue) = 80+235+218=533 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.01% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EBDA is #AF1425. Grayscale: #BABABA. Windows color (decimal): -11473958 or 14347088. OLE color: 14347088.
HSL color Cylindrical-coordinate representation of color #50EBDA: hue angle of 173.42º 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 #50EBDA is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 235 | 218 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.08 |
| HSL | 173.42º | 0.79% | 0.62% | - |
| HSV(B) | 173.42º | 0.66% | 0.92% | - |
| XYZ | 45.67 | 66.18 | 76.7 | - |
| YUV | 186.72 | 145.65 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 218 | 0.66 | 0 | 0.07 | 0.08 | 173.42 | 0.79 | 0.62 |
| Hex | 50 | EB | DA | 42 | 0 | 7 | 8 | AD | 4F | 3E |
| Octal | 120 | 353 | 332 | 102 | 0 | 7 | 10 | 255 | 117 | 76 |
| Binary | 1010000 | 11101011 | 11011010 | 1000010 | 0 | 111 | 1000 | 10101101 | 1001111 | 111110 |
Color Harmonies of #50EBDA
Complementary color
Monochromatic Colors of #50EBDA
Black with #50EBDA
Text Example
Text Example
White with #50EBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EBDA; }
p { color: rgb(80,235,218); }
H1.HeaderClassName
{
color: #50EBDA;
}
.AnyTagClassName
{
color: #50EBDA;
}
</style>
background-color css
<style>
a { background-color: #50EBDA; }
a { background-color: rgb(80,235,218); }
div.DivClassName
{
background-color: #50EBDA;
}
.BgClassName
{
background-color: #50EBDA;
}
</style>
border-color css
<style>
span { border-color: #50EBDA; }
span { border-color: rgb(80,235,218); }
td.TdClassName
{
border-color: #50EBDA;
}
.TagClassName
{
border-color: #50EBDA;
}
</style>