Shades of Turquoise #50E5D4
Tints of Turquoise #50E5D4
RGB
CMYK
RGB Variations
Color information
#50E5D4 (or 0x50E5D4) is known color: Turquoise. HEX triplet: 50, E5 and D4. RGB value is (80,229,212). Sum of RGB (Red+Green+Blue) = 80+229+212=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5D4 is #AF1A2B. Grayscale: #B6B6B6. Windows color (decimal): -11475500 or 13952336. OLE color: 13952336.
HSL color Cylindrical-coordinate representation of color #50E5D4: hue angle of 173.15º 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 #50E5D4 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 212 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.10 |
| HSL | 173.15º | 0.74% | 0.61% | - |
| HSV(B) | 173.15º | 0.65% | 0.9% | - |
| XYZ | 43.21 | 62.5 | 72.07 | - |
| YUV | 182.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 212 | 0.65 | 0 | 0.07 | 0.10 | 173.15 | 0.74 | 0.61 |
| Hex | 50 | E5 | D4 | 41 | 0 | 7 | A | AD | 4A | 3D |
| Octal | 120 | 345 | 324 | 101 | 0 | 7 | 12 | 255 | 112 | 75 |
| Binary | 1010000 | 11100101 | 11010100 | 1000001 | 0 | 111 | 1010 | 10101101 | 1001010 | 111101 |
Color Harmonies of #50E5D4
Complementary color
Monochromatic Colors of #50E5D4
Black with #50E5D4
Text Example
Text Example
White with #50E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5D4; }
p { color: rgb(80,229,212); }
H1.HeaderClassName
{
color: #50E5D4;
}
.AnyTagClassName
{
color: #50E5D4;
}
</style>
background-color css
<style>
a { background-color: #50E5D4; }
a { background-color: rgb(80,229,212); }
div.DivClassName
{
background-color: #50E5D4;
}
.BgClassName
{
background-color: #50E5D4;
}
</style>
border-color css
<style>
span { border-color: #50E5D4; }
span { border-color: rgb(80,229,212); }
td.TdClassName
{
border-color: #50E5D4;
}
.TagClassName
{
border-color: #50E5D4;
}
</style>