Shades of Turquoise #50FEE4
Tints of Turquoise #50FEE4
RGB
CMYK
RGB Variations
Color information
#50FEE4 (or 0x50FEE4) is known color: Turquoise. HEX triplet: 50, FE and E4. RGB value is (80,254,228). Sum of RGB (Red+Green+Blue) = 80+254+228=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FEE4 is #AF011B. Grayscale: #C6C6C6. Windows color (decimal): -11469084 or 15007312. OLE color: 15007312.
HSL color Cylindrical-coordinate representation of color #50FEE4: hue angle of 171.03º 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 #50FEE4 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 228 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.00 |
| HSL | 171.03º | 0.99% | 0.65% | - |
| HSV(B) | 171.03º | 0.69% | 1% | - |
| XYZ | 52.75 | 78.19 | 85.71 | - |
| YUV | 199.01 | 144.35 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 228 | 0.69 | 0 | 0.10 | 0.00 | 171.03 | 0.99 | 0.65 |
| Hex | 50 | FE | E4 | 45 | 0 | A | 0 | AB | 63 | 41 |
| Octal | 120 | 376 | 344 | 105 | 0 | 12 | 0 | 253 | 143 | 101 |
| Binary | 1010000 | 11111110 | 11100100 | 1000101 | 0 | 1010 | 0 | 10101011 | 1100011 | 1000001 |
Color Harmonies of #50FEE4
Complementary color
Monochromatic Colors of #50FEE4
Black with #50FEE4
Text Example
Text Example
White with #50FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEE4; }
p { color: rgb(80,254,228); }
H1.HeaderClassName
{
color: #50FEE4;
}
.AnyTagClassName
{
color: #50FEE4;
}
</style>
background-color css
<style>
a { background-color: #50FEE4; }
a { background-color: rgb(80,254,228); }
div.DivClassName
{
background-color: #50FEE4;
}
.BgClassName
{
background-color: #50FEE4;
}
</style>
border-color css
<style>
span { border-color: #50FEE4; }
span { border-color: rgb(80,254,228); }
td.TdClassName
{
border-color: #50FEE4;
}
.TagClassName
{
border-color: #50FEE4;
}
</style>