Shades of Turquoise #50FEC0
Tints of Turquoise #50FEC0
RGB
CMYK
RGB Variations
Color information
#50FEC0 (or 0x50FEC0) is known color: Turquoise. HEX triplet: 50, FE and C0. RGB value is (80,254,192). Sum of RGB (Red+Green+Blue) = 80+254+192=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FEC0 is #AF013F. Grayscale: #C2C2C2. Windows color (decimal): -11469120 or 12648016. OLE color: 12648016.
HSL color Cylindrical-coordinate representation of color #50FEC0: hue angle of 158.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FEC0 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 192 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.00 |
| HSL | 158.62º | 0.99% | 0.65% | - |
| HSV(B) | 158.62º | 0.69% | 1% | - |
| XYZ | 48.26 | 76.39 | 62.07 | - |
| YUV | 194.91 | 126.35 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 192 | 0.69 | 0 | 0.24 | 0.00 | 158.62 | 0.99 | 0.65 |
| Hex | 50 | FE | C0 | 45 | 0 | 18 | 0 | 9F | 63 | 41 |
| Octal | 120 | 376 | 300 | 105 | 0 | 30 | 0 | 237 | 143 | 101 |
| Binary | 1010000 | 11111110 | 11000000 | 1000101 | 0 | 11000 | 0 | 10011111 | 1100011 | 1000001 |
Color Harmonies of #50FEC0
Complementary color
Monochromatic Colors of #50FEC0
Black with #50FEC0
Text Example
Text Example
White with #50FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEC0; }
p { color: rgb(80,254,192); }
H1.HeaderClassName
{
color: #50FEC0;
}
.AnyTagClassName
{
color: #50FEC0;
}
</style>
background-color css
<style>
a { background-color: #50FEC0; }
a { background-color: rgb(80,254,192); }
div.DivClassName
{
background-color: #50FEC0;
}
.BgClassName
{
background-color: #50FEC0;
}
</style>
border-color css
<style>
span { border-color: #50FEC0; }
span { border-color: rgb(80,254,192); }
td.TdClassName
{
border-color: #50FEC0;
}
.TagClassName
{
border-color: #50FEC0;
}
</style>