Shades of Turquoise #50FECE
Tints of Turquoise #50FECE
RGB
CMYK
RGB Variations
Color information
#50FECE (or 0x50FECE) is known color: Turquoise. HEX triplet: 50, FE and CE. RGB value is (80,254,206). Sum of RGB (Red+Green+Blue) = 80+254+206=540 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.81% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #50FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FECE is #AF0131. Grayscale: #C4C4C4. Windows color (decimal): -11469106 or 13565520. OLE color: 13565520.
HSL color Cylindrical-coordinate representation of color #50FECE: hue angle of 163.45º 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 #50FECE is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 206 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.00 |
| HSL | 163.45º | 0.99% | 0.65% | - |
| HSV(B) | 163.45º | 0.69% | 1% | - |
| XYZ | 49.89 | 77.05 | 70.63 | - |
| YUV | 196.5 | 133.35 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 206 | 0.69 | 0 | 0.19 | 0.00 | 163.45 | 0.99 | 0.65 |
| Hex | 50 | FE | CE | 45 | 0 | 13 | 0 | A3 | 63 | 41 |
| Octal | 120 | 376 | 316 | 105 | 0 | 23 | 0 | 243 | 143 | 101 |
| Binary | 1010000 | 11111110 | 11001110 | 1000101 | 0 | 10011 | 0 | 10100011 | 1100011 | 1000001 |
Color Harmonies of #50FECE
Complementary color
Monochromatic Colors of #50FECE
Black with #50FECE
Text Example
Text Example
White with #50FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FECE; }
p { color: rgb(80,254,206); }
H1.HeaderClassName
{
color: #50FECE;
}
.AnyTagClassName
{
color: #50FECE;
}
</style>
background-color css
<style>
a { background-color: #50FECE; }
a { background-color: rgb(80,254,206); }
div.DivClassName
{
background-color: #50FECE;
}
.BgClassName
{
background-color: #50FECE;
}
</style>
border-color css
<style>
span { border-color: #50FECE; }
span { border-color: rgb(80,254,206); }
td.TdClassName
{
border-color: #50FECE;
}
.TagClassName
{
border-color: #50FECE;
}
</style>