Shades of Turquoise #50DED5
Tints of Turquoise #50DED5
RGB
CMYK
RGB Variations
Color information
#50DED5 (or 0x50DED5) is known color: Turquoise. HEX triplet: 50, DE and D5. RGB value is (80,222,213). Sum of RGB (Red+Green+Blue) = 80+222+213=515 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.53% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #50DED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DED5 is #AF212A. Grayscale: #B2B2B2. Windows color (decimal): -11477291 or 14016080. OLE color: 14016080.
HSL color Cylindrical-coordinate representation of color #50DED5: hue angle of 176.2º 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 #50DED5 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 222 | 213 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.13 |
| HSL | 176.2º | 0.68% | 0.59% | - |
| HSV(B) | 176.2º | 0.64% | 0.87% | - |
| XYZ | 41.44 | 58.75 | 72.11 | - |
| YUV | 178.52 | 147.46 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 222 | 213 | 0.64 | 0 | 0.04 | 0.13 | 176.2 | 0.68 | 0.59 |
| Hex | 50 | DE | D5 | 40 | 0 | 4 | D | B0 | 44 | 3B |
| Octal | 120 | 336 | 325 | 100 | 0 | 4 | 15 | 260 | 104 | 73 |
| Binary | 1010000 | 11011110 | 11010101 | 1000000 | 0 | 100 | 1101 | 10110000 | 1000100 | 111011 |
Color Harmonies of #50DED5
Complementary color
Monochromatic Colors of #50DED5
Black with #50DED5
Text Example
Text Example
White with #50DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DED5; }
p { color: rgb(80,222,213); }
H1.HeaderClassName
{
color: #50DED5;
}
.AnyTagClassName
{
color: #50DED5;
}
</style>
background-color css
<style>
a { background-color: #50DED5; }
a { background-color: rgb(80,222,213); }
div.DivClassName
{
background-color: #50DED5;
}
.BgClassName
{
background-color: #50DED5;
}
</style>
border-color css
<style>
span { border-color: #50DED5; }
span { border-color: rgb(80,222,213); }
td.TdClassName
{
border-color: #50DED5;
}
.TagClassName
{
border-color: #50DED5;
}
</style>