Shades of Turquoise #50FECC
Tints of Turquoise #50FECC
RGB
CMYK
RGB Variations
Color information
#50FECC (or 0x50FECC) is known color: Turquoise. HEX triplet: 50, FE and CC. RGB value is (80,254,204). Sum of RGB (Red+Green+Blue) = 80+254+204=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #50FECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FECC is #AF0133. Grayscale: #C4C4C4. Windows color (decimal): -11469108 or 13434448. OLE color: 13434448.
HSL color Cylindrical-coordinate representation of color #50FECC: hue angle of 162.76º 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 #50FECC is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 204 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.00 |
| HSL | 162.76º | 0.99% | 0.65% | - |
| HSV(B) | 162.76º | 0.69% | 1% | - |
| XYZ | 49.65 | 76.95 | 69.36 | - |
| YUV | 196.27 | 132.35 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 204 | 0.69 | 0 | 0.20 | 0.00 | 162.76 | 0.99 | 0.65 |
| Hex | 50 | FE | CC | 45 | 0 | 14 | 0 | A3 | 63 | 41 |
| Octal | 120 | 376 | 314 | 105 | 0 | 24 | 0 | 243 | 143 | 101 |
| Binary | 1010000 | 11111110 | 11001100 | 1000101 | 0 | 10100 | 0 | 10100011 | 1100011 | 1000001 |
Color Harmonies of #50FECC
Complementary color
Monochromatic Colors of #50FECC
Black with #50FECC
Text Example
Text Example
White with #50FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FECC; }
p { color: rgb(80,254,204); }
H1.HeaderClassName
{
color: #50FECC;
}
.AnyTagClassName
{
color: #50FECC;
}
</style>
background-color css
<style>
a { background-color: #50FECC; }
a { background-color: rgb(80,254,204); }
div.DivClassName
{
background-color: #50FECC;
}
.BgClassName
{
background-color: #50FECC;
}
</style>
border-color css
<style>
span { border-color: #50FECC; }
span { border-color: rgb(80,254,204); }
td.TdClassName
{
border-color: #50FECC;
}
.TagClassName
{
border-color: #50FECC;
}
</style>