Shades of Turquoise #50EEBE
Tints of Turquoise #50EEBE
RGB
CMYK
RGB Variations
Color information
#50EEBE (or 0x50EEBE) is known color: Turquoise. HEX triplet: 50, EE and BE. RGB value is (80,238,190). Sum of RGB (Red+Green+Blue) = 80+238+190=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEBE is #AF1141. Grayscale: #B9B9B9. Windows color (decimal): -11473218 or 12512848. OLE color: 12512848.
HSL color Cylindrical-coordinate representation of color #50EEBE: hue angle of 161.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EEBE is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 238 | 190 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.07 |
| HSL | 161.77º | 0.82% | 0.62% | - |
| HSV(B) | 161.77º | 0.66% | 0.93% | - |
| XYZ | 43.18 | 66.57 | 59.29 | - |
| YUV | 185.29 | 130.65 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 190 | 0.66 | 0 | 0.20 | 0.07 | 161.77 | 0.82 | 0.62 |
| Hex | 50 | EE | BE | 42 | 0 | 14 | 7 | A2 | 52 | 3E |
| Octal | 120 | 356 | 276 | 102 | 0 | 24 | 7 | 242 | 122 | 76 |
| Binary | 1010000 | 11101110 | 10111110 | 1000010 | 0 | 10100 | 111 | 10100010 | 1010010 | 111110 |
Color Harmonies of #50EEBE
Complementary color
Monochromatic Colors of #50EEBE
Black with #50EEBE
Text Example
Text Example
White with #50EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEBE; }
p { color: rgb(80,238,190); }
H1.HeaderClassName
{
color: #50EEBE;
}
.AnyTagClassName
{
color: #50EEBE;
}
</style>
background-color css
<style>
a { background-color: #50EEBE; }
a { background-color: rgb(80,238,190); }
div.DivClassName
{
background-color: #50EEBE;
}
.BgClassName
{
background-color: #50EEBE;
}
</style>
border-color css
<style>
span { border-color: #50EEBE; }
span { border-color: rgb(80,238,190); }
td.TdClassName
{
border-color: #50EEBE;
}
.TagClassName
{
border-color: #50EEBE;
}
</style>