Shades of Medium Turquoise #50DEBE
Tints of Medium Turquoise #50DEBE
RGB
CMYK
RGB Variations
Color information
#50DEBE (or 0x50DEBE) is known color: Medium Turquoise. HEX triplet: 50, DE and BE. RGB value is (80,222,190). Sum of RGB (Red+Green+Blue) = 80+222+190=492 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.26% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DEBE is #AF2141. Grayscale: #AFAFAF. Windows color (decimal): -11477314 or 12508752. OLE color: 12508752.
HSL color Cylindrical-coordinate representation of color #50DEBE: hue angle of 166.48º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DEBE is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 190 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.13 |
| HSL | 166.48º | 0.68% | 0.59% | - |
| HSV(B) | 166.48º | 0.64% | 0.87% | - |
| XYZ | 38.72 | 57.67 | 57.8 | - |
| YUV | 175.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 190 | 0.64 | 0 | 0.14 | 0.13 | 166.48 | 0.68 | 0.59 |
| Hex | 50 | DE | BE | 40 | 0 | E | D | A6 | 44 | 3B |
| Octal | 120 | 336 | 276 | 100 | 0 | 16 | 15 | 246 | 104 | 73 |
| Binary | 1010000 | 11011110 | 10111110 | 1000000 | 0 | 1110 | 1101 | 10100110 | 1000100 | 111011 |
Color Harmonies of #50DEBE
Complementary color
Monochromatic Colors of #50DEBE
Black with #50DEBE
Text Example
Text Example
White with #50DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DEBE; }
p { color: rgb(80,222,190); }
H1.HeaderClassName
{
color: #50DEBE;
}
.AnyTagClassName
{
color: #50DEBE;
}
</style>
background-color css
<style>
a { background-color: #50DEBE; }
a { background-color: rgb(80,222,190); }
div.DivClassName
{
background-color: #50DEBE;
}
.BgClassName
{
background-color: #50DEBE;
}
</style>
border-color css
<style>
span { border-color: #50DEBE; }
span { border-color: rgb(80,222,190); }
td.TdClassName
{
border-color: #50DEBE;
}
.TagClassName
{
border-color: #50DEBE;
}
</style>