Shades of Turquoise #50E5D5
Tints of Turquoise #50E5D5
RGB
CMYK
RGB Variations
Color information
#50E5D5 (or 0x50E5D5) is known color: Turquoise. HEX triplet: 50, E5 and D5. RGB value is (80,229,213). Sum of RGB (Red+Green+Blue) = 80+229+213=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5D5 is #AF1A2A. Grayscale: #B6B6B6. Windows color (decimal): -11475499 or 14017872. OLE color: 14017872.
HSL color Cylindrical-coordinate representation of color #50E5D5: hue angle of 173.56º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5D5 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 213 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.10 |
| HSL | 173.56º | 0.74% | 0.61% | - |
| HSV(B) | 173.56º | 0.65% | 0.9% | - |
| XYZ | 43.34 | 62.55 | 72.74 | - |
| YUV | 182.63 | 145.14 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 213 | 0.65 | 0 | 0.07 | 0.10 | 173.56 | 0.74 | 0.61 |
| Hex | 50 | E5 | D5 | 41 | 0 | 7 | A | AE | 4A | 3D |
| Octal | 120 | 345 | 325 | 101 | 0 | 7 | 12 | 256 | 112 | 75 |
| Binary | 1010000 | 11100101 | 11010101 | 1000001 | 0 | 111 | 1010 | 10101110 | 1001010 | 111101 |
Color Harmonies of #50E5D5
Complementary color
Monochromatic Colors of #50E5D5
Black with #50E5D5
Text Example
Text Example
White with #50E5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5D5; }
p { color: rgb(80,229,213); }
H1.HeaderClassName
{
color: #50E5D5;
}
.AnyTagClassName
{
color: #50E5D5;
}
</style>
background-color css
<style>
a { background-color: #50E5D5; }
a { background-color: rgb(80,229,213); }
div.DivClassName
{
background-color: #50E5D5;
}
.BgClassName
{
background-color: #50E5D5;
}
</style>
border-color css
<style>
span { border-color: #50E5D5; }
span { border-color: rgb(80,229,213); }
td.TdClassName
{
border-color: #50E5D5;
}
.TagClassName
{
border-color: #50E5D5;
}
</style>