Shades of Medium Turquoise #50DEC1
Tints of Medium Turquoise #50DEC1
RGB
CMYK
RGB Variations
Color information
#50DEC1 (or 0x50DEC1) is known color: Medium Turquoise. HEX triplet: 50, DE and C1. RGB value is (80,222,193). Sum of RGB (Red+Green+Blue) = 80+222+193=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #50DEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DEC1 is #AF213E. Grayscale: #B0B0B0. Windows color (decimal): -11477311 or 12705360. OLE color: 12705360.
HSL color Cylindrical-coordinate representation of color #50DEC1: hue angle of 167.75º 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 #50DEC1 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 193 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.13 |
| HSL | 167.75º | 0.68% | 0.59% | - |
| HSV(B) | 167.75º | 0.64% | 0.87% | - |
| XYZ | 39.06 | 57.8 | 59.55 | - |
| YUV | 176.24 | 137.46 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 193 | 0.64 | 0 | 0.13 | 0.13 | 167.75 | 0.68 | 0.59 |
| Hex | 50 | DE | C1 | 40 | 0 | D | D | A8 | 44 | 3B |
| Octal | 120 | 336 | 301 | 100 | 0 | 15 | 15 | 250 | 104 | 73 |
| Binary | 1010000 | 11011110 | 11000001 | 1000000 | 0 | 1101 | 1101 | 10101000 | 1000100 | 111011 |
Color Harmonies of #50DEC1
Complementary color
Monochromatic Colors of #50DEC1
Black with #50DEC1
Text Example
Text Example
White with #50DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DEC1; }
p { color: rgb(80,222,193); }
H1.HeaderClassName
{
color: #50DEC1;
}
.AnyTagClassName
{
color: #50DEC1;
}
</style>
background-color css
<style>
a { background-color: #50DEC1; }
a { background-color: rgb(80,222,193); }
div.DivClassName
{
background-color: #50DEC1;
}
.BgClassName
{
background-color: #50DEC1;
}
</style>
border-color css
<style>
span { border-color: #50DEC1; }
span { border-color: rgb(80,222,193); }
td.TdClassName
{
border-color: #50DEC1;
}
.TagClassName
{
border-color: #50DEC1;
}
</style>