Shades of Turquoise #50FCE7
Tints of Turquoise #50FCE7
RGB
CMYK
RGB Variations
Color information
#50FCE7 (or 0x50FCE7) is known color: Turquoise. HEX triplet: 50, FC and E7. RGB value is (80,252,231). Sum of RGB (Red+Green+Blue) = 80+252+231=563 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.21% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCE7 is #AF0318. Grayscale: #C6C6C6. Windows color (decimal): -11469593 or 15203408. OLE color: 15203408.
HSL color Cylindrical-coordinate representation of color #50FCE7: hue angle of 172.67º 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 #50FCE7 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 231 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.01 |
| HSL | 172.67º | 0.97% | 0.65% | - |
| HSV(B) | 172.67º | 0.68% | 0.99% | - |
| XYZ | 52.54 | 77.1 | 87.71 | - |
| YUV | 198.18 | 146.52 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 231 | 0.68 | 0 | 0.08 | 0.01 | 172.67 | 0.97 | 0.65 |
| Hex | 50 | FC | E7 | 44 | 0 | 8 | 1 | AD | 61 | 41 |
| Octal | 120 | 374 | 347 | 104 | 0 | 10 | 1 | 255 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11100111 | 1000100 | 0 | 1000 | 1 | 10101101 | 1100001 | 1000001 |
Color Harmonies of #50FCE7
Complementary color
Monochromatic Colors of #50FCE7
Black with #50FCE7
Text Example
Text Example
White with #50FCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCE7; }
p { color: rgb(80,252,231); }
H1.HeaderClassName
{
color: #50FCE7;
}
.AnyTagClassName
{
color: #50FCE7;
}
</style>
background-color css
<style>
a { background-color: #50FCE7; }
a { background-color: rgb(80,252,231); }
div.DivClassName
{
background-color: #50FCE7;
}
.BgClassName
{
background-color: #50FCE7;
}
</style>
border-color css
<style>
span { border-color: #50FCE7; }
span { border-color: rgb(80,252,231); }
td.TdClassName
{
border-color: #50FCE7;
}
.TagClassName
{
border-color: #50FCE7;
}
</style>