Shades of Turquoise #50F7CE
Tints of Turquoise #50F7CE
RGB
CMYK
RGB Variations
Color information
#50F7CE (or 0x50F7CE) is known color: Turquoise. HEX triplet: 50, F7 and CE. RGB value is (80,247,206). Sum of RGB (Red+Green+Blue) = 80+247+206=533 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.01% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F7CE is #AF0831. Grayscale: #C0C0C0. Windows color (decimal): -11470898 or 13563728. OLE color: 13563728.
HSL color Cylindrical-coordinate representation of color #50F7CE: hue angle of 165.27º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F7CE is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 206 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.03 |
| HSL | 165.27º | 0.91% | 0.64% | - |
| HSV(B) | 165.27º | 0.68% | 0.97% | - |
| XYZ | 47.71 | 72.68 | 69.91 | - |
| YUV | 192.39 | 135.67 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 206 | 0.68 | 0 | 0.17 | 0.03 | 165.27 | 0.91 | 0.64 |
| Hex | 50 | F7 | CE | 44 | 0 | 11 | 3 | A5 | 5B | 40 |
| Octal | 120 | 367 | 316 | 104 | 0 | 21 | 3 | 245 | 133 | 100 |
| Binary | 1010000 | 11110111 | 11001110 | 1000100 | 0 | 10001 | 11 | 10100101 | 1011011 | 1000000 |
Color Harmonies of #50F7CE
Complementary color
Monochromatic Colors of #50F7CE
Black with #50F7CE
Text Example
Text Example
White with #50F7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F7CE; }
p { color: rgb(80,247,206); }
H1.HeaderClassName
{
color: #50F7CE;
}
.AnyTagClassName
{
color: #50F7CE;
}
</style>
background-color css
<style>
a { background-color: #50F7CE; }
a { background-color: rgb(80,247,206); }
div.DivClassName
{
background-color: #50F7CE;
}
.BgClassName
{
background-color: #50F7CE;
}
</style>
border-color css
<style>
span { border-color: #50F7CE; }
span { border-color: rgb(80,247,206); }
td.TdClassName
{
border-color: #50F7CE;
}
.TagClassName
{
border-color: #50F7CE;
}
</style>