Shades of Turquoise #50FEC8
Tints of Turquoise #50FEC8
RGB
CMYK
RGB Variations
Color information
#50FEC8 (or 0x50FEC8) is known color: Turquoise. HEX triplet: 50, FE and C8. RGB value is (80,254,200). Sum of RGB (Red+Green+Blue) = 80+254+200=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FEC8 is #AF0137. Grayscale: #C3C3C3. Windows color (decimal): -11469112 or 13172304. OLE color: 13172304.
HSL color Cylindrical-coordinate representation of color #50FEC8: hue angle of 161.38º 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 #50FEC8 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 200 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.00 |
| HSL | 161.38º | 0.99% | 0.65% | - |
| HSV(B) | 161.38º | 0.69% | 1% | - |
| XYZ | 49.18 | 76.76 | 66.87 | - |
| YUV | 195.82 | 130.35 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 200 | 0.69 | 0 | 0.21 | 0.00 | 161.38 | 0.99 | 0.65 |
| Hex | 50 | FE | C8 | 45 | 0 | 15 | 0 | A1 | 63 | 41 |
| Octal | 120 | 376 | 310 | 105 | 0 | 25 | 0 | 241 | 143 | 101 |
| Binary | 1010000 | 11111110 | 11001000 | 1000101 | 0 | 10101 | 0 | 10100001 | 1100011 | 1000001 |
Color Harmonies of #50FEC8
Complementary color
Monochromatic Colors of #50FEC8
Black with #50FEC8
Text Example
Text Example
White with #50FEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEC8; }
p { color: rgb(80,254,200); }
H1.HeaderClassName
{
color: #50FEC8;
}
.AnyTagClassName
{
color: #50FEC8;
}
</style>
background-color css
<style>
a { background-color: #50FEC8; }
a { background-color: rgb(80,254,200); }
div.DivClassName
{
background-color: #50FEC8;
}
.BgClassName
{
background-color: #50FEC8;
}
</style>
border-color css
<style>
span { border-color: #50FEC8; }
span { border-color: rgb(80,254,200); }
td.TdClassName
{
border-color: #50FEC8;
}
.TagClassName
{
border-color: #50FEC8;
}
</style>