Shades of Turquoise #50E5E4
Tints of Turquoise #50E5E4
RGB
CMYK
RGB Variations
Color information
#50E5E4 (or 0x50E5E4) is known color: Turquoise. HEX triplet: 50, E5 and E4. RGB value is (80,229,228). Sum of RGB (Red+Green+Blue) = 80+229+228=537 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.90% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E5E4 is #AF1A1B. Grayscale: #B8B8B8. Windows color (decimal): -11475484 or 15000912. OLE color: 15000912.
HSL color Cylindrical-coordinate representation of color #50E5E4: hue angle of 179.6º 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 #50E5E4 is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 228 | - |
| CMYK | 0.65 | 0 | 0.00 | 0.10 |
| HSL | 179.6º | 0.74% | 0.61% | - |
| HSV(B) | 179.6º | 0.65% | 0.9% | - |
| XYZ | 45.33 | 63.35 | 83.24 | - |
| YUV | 184.34 | 152.64 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 228 | 0.65 | 0 | 0.00 | 0.10 | 179.6 | 0.74 | 0.61 |
| Hex | 50 | E5 | E4 | 41 | 0 | 0 | A | B4 | 4A | 3D |
| Octal | 120 | 345 | 344 | 101 | 0 | 0 | 12 | 264 | 112 | 75 |
| Binary | 1010000 | 11100101 | 11100100 | 1000001 | 0 | 0 | 1010 | 10110100 | 1001010 | 111101 |
Color Harmonies of #50E5E4
Complementary color
Monochromatic Colors of #50E5E4
Black with #50E5E4
Text Example
Text Example
White with #50E5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5E4; }
p { color: rgb(80,229,228); }
H1.HeaderClassName
{
color: #50E5E4;
}
.AnyTagClassName
{
color: #50E5E4;
}
</style>
background-color css
<style>
a { background-color: #50E5E4; }
a { background-color: rgb(80,229,228); }
div.DivClassName
{
background-color: #50E5E4;
}
.BgClassName
{
background-color: #50E5E4;
}
</style>
border-color css
<style>
span { border-color: #50E5E4; }
span { border-color: rgb(80,229,228); }
td.TdClassName
{
border-color: #50E5E4;
}
.TagClassName
{
border-color: #50E5E4;
}
</style>