Shades of Turquoise #50FCE6
Tints of Turquoise #50FCE6
RGB
CMYK
RGB Variations
Color information
#50FCE6 (or 0x50FCE6) is known color: Turquoise. HEX triplet: 50, FC and E6. RGB value is (80,252,230). Sum of RGB (Red+Green+Blue) = 80+252+230=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCE6 is #AF0319. Grayscale: #C5C5C5. Windows color (decimal): -11469594 or 15137872. OLE color: 15137872.
HSL color Cylindrical-coordinate representation of color #50FCE6: hue angle of 172.33º 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 #50FCE6 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 230 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.01 |
| HSL | 172.33º | 0.97% | 0.65% | - |
| HSV(B) | 172.33º | 0.68% | 0.99% | - |
| XYZ | 52.4 | 77.04 | 86.97 | - |
| YUV | 198.06 | 146.02 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 230 | 0.68 | 0 | 0.09 | 0.01 | 172.33 | 0.97 | 0.65 |
| Hex | 50 | FC | E6 | 44 | 0 | 9 | 1 | AC | 61 | 41 |
| Octal | 120 | 374 | 346 | 104 | 0 | 11 | 1 | 254 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11100110 | 1000100 | 0 | 1001 | 1 | 10101100 | 1100001 | 1000001 |
Color Harmonies of #50FCE6
Complementary color
Monochromatic Colors of #50FCE6
Black with #50FCE6
Text Example
Text Example
White with #50FCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCE6; }
p { color: rgb(80,252,230); }
H1.HeaderClassName
{
color: #50FCE6;
}
.AnyTagClassName
{
color: #50FCE6;
}
</style>
background-color css
<style>
a { background-color: #50FCE6; }
a { background-color: rgb(80,252,230); }
div.DivClassName
{
background-color: #50FCE6;
}
.BgClassName
{
background-color: #50FCE6;
}
</style>
border-color css
<style>
span { border-color: #50FCE6; }
span { border-color: rgb(80,252,230); }
td.TdClassName
{
border-color: #50FCE6;
}
.TagClassName
{
border-color: #50FCE6;
}
</style>