Shades of Turquoise #50FDE0
Tints of Turquoise #50FDE0
RGB
CMYK
RGB Variations
Color information
#50FDE0 (or 0x50FDE0) is known color: Turquoise. HEX triplet: 50, FD and E0. RGB value is (80,253,224). Sum of RGB (Red+Green+Blue) = 80+253+224=557 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.36% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FDE0 is #AF021F. Grayscale: #C5C5C5. Windows color (decimal): -11469344 or 14744912. OLE color: 14744912.
HSL color Cylindrical-coordinate representation of color #50FDE0: hue angle of 169.94º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FDE0 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 224 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.01 |
| HSL | 169.94º | 0.98% | 0.65% | - |
| HSV(B) | 169.94º | 0.68% | 0.99% | - |
| XYZ | 51.89 | 77.34 | 82.71 | - |
| YUV | 197.97 | 142.69 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 224 | 0.68 | 0 | 0.11 | 0.01 | 169.94 | 0.98 | 0.65 |
| Hex | 50 | FD | E0 | 44 | 0 | B | 1 | AA | 62 | 41 |
| Octal | 120 | 375 | 340 | 104 | 0 | 13 | 1 | 252 | 142 | 101 |
| Binary | 1010000 | 11111101 | 11100000 | 1000100 | 0 | 1011 | 1 | 10101010 | 1100010 | 1000001 |
Color Harmonies of #50FDE0
Complementary color
Monochromatic Colors of #50FDE0
Black with #50FDE0
Text Example
Text Example
White with #50FDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FDE0; }
p { color: rgb(80,253,224); }
H1.HeaderClassName
{
color: #50FDE0;
}
.AnyTagClassName
{
color: #50FDE0;
}
</style>
background-color css
<style>
a { background-color: #50FDE0; }
a { background-color: rgb(80,253,224); }
div.DivClassName
{
background-color: #50FDE0;
}
.BgClassName
{
background-color: #50FDE0;
}
</style>
border-color css
<style>
span { border-color: #50FDE0; }
span { border-color: rgb(80,253,224); }
td.TdClassName
{
border-color: #50FDE0;
}
.TagClassName
{
border-color: #50FDE0;
}
</style>