Shades of Turquoise #50FCE5
Tints of Turquoise #50FCE5
RGB
CMYK
RGB Variations
Color information
#50FCE5 (or 0x50FCE5) is known color: Turquoise. HEX triplet: 50, FC and E5. RGB value is (80,252,229). Sum of RGB (Red+Green+Blue) = 80+252+229=561 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.26% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCE5 is #AF031A. Grayscale: #C5C5C5. Windows color (decimal): -11469595 or 15072336. OLE color: 15072336.
HSL color Cylindrical-coordinate representation of color #50FCE5: hue angle of 171.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FCE5 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 229 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.01 |
| HSL | 171.98º | 0.97% | 0.65% | - |
| HSV(B) | 171.98º | 0.68% | 0.99% | - |
| XYZ | 52.26 | 76.98 | 86.23 | - |
| YUV | 197.95 | 145.52 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 229 | 0.68 | 0 | 0.09 | 0.01 | 171.98 | 0.97 | 0.65 |
| Hex | 50 | FC | E5 | 44 | 0 | 9 | 1 | AC | 61 | 41 |
| Octal | 120 | 374 | 345 | 104 | 0 | 11 | 1 | 254 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11100101 | 1000100 | 0 | 1001 | 1 | 10101100 | 1100001 | 1000001 |
Color Harmonies of #50FCE5
Complementary color
Monochromatic Colors of #50FCE5
Black with #50FCE5
Text Example
Text Example
White with #50FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCE5; }
p { color: rgb(80,252,229); }
H1.HeaderClassName
{
color: #50FCE5;
}
.AnyTagClassName
{
color: #50FCE5;
}
</style>
background-color css
<style>
a { background-color: #50FCE5; }
a { background-color: rgb(80,252,229); }
div.DivClassName
{
background-color: #50FCE5;
}
.BgClassName
{
background-color: #50FCE5;
}
</style>
border-color css
<style>
span { border-color: #50FCE5; }
span { border-color: rgb(80,252,229); }
td.TdClassName
{
border-color: #50FCE5;
}
.TagClassName
{
border-color: #50FCE5;
}
</style>