Shades of Turquoise #50FECD
Tints of Turquoise #50FECD
RGB
CMYK
RGB Variations
Color information
#50FECD (or 0x50FECD) is known color: Turquoise. HEX triplet: 50, FE and CD. RGB value is (80,254,205). Sum of RGB (Red+Green+Blue) = 80+254+205=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #50FECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FECD is #AF0132. Grayscale: #C4C4C4. Windows color (decimal): -11469107 or 13499984. OLE color: 13499984.
HSL color Cylindrical-coordinate representation of color #50FECD: hue angle of 163.1º 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 #50FECD is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 205 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.00 |
| HSL | 163.1º | 0.99% | 0.65% | - |
| HSV(B) | 163.1º | 0.69% | 1% | - |
| XYZ | 49.77 | 77 | 70 | - |
| YUV | 196.39 | 132.85 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 205 | 0.69 | 0 | 0.19 | 0.00 | 163.1 | 0.99 | 0.65 |
| Hex | 50 | FE | CD | 45 | 0 | 13 | 0 | A3 | 63 | 41 |
| Octal | 120 | 376 | 315 | 105 | 0 | 23 | 0 | 243 | 143 | 101 |
| Binary | 1010000 | 11111110 | 11001101 | 1000101 | 0 | 10011 | 0 | 10100011 | 1100011 | 1000001 |
Color Harmonies of #50FECD
Complementary color
Monochromatic Colors of #50FECD
Black with #50FECD
Text Example
Text Example
White with #50FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FECD; }
p { color: rgb(80,254,205); }
H1.HeaderClassName
{
color: #50FECD;
}
.AnyTagClassName
{
color: #50FECD;
}
</style>
background-color css
<style>
a { background-color: #50FECD; }
a { background-color: rgb(80,254,205); }
div.DivClassName
{
background-color: #50FECD;
}
.BgClassName
{
background-color: #50FECD;
}
</style>
border-color css
<style>
span { border-color: #50FECD; }
span { border-color: rgb(80,254,205); }
td.TdClassName
{
border-color: #50FECD;
}
.TagClassName
{
border-color: #50FECD;
}
</style>