Shades of Turquoise #50FBE2
Tints of Turquoise #50FBE2
RGB
CMYK
RGB Variations
Color information
#50FBE2 (or 0x50FBE2) is known color: Turquoise. HEX triplet: 50, FB and E2. RGB value is (80,251,226). Sum of RGB (Red+Green+Blue) = 80+251+226=557 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.36% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 226 (88.67% from 255 or 40.57% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FBE2 is #AF041D. Grayscale: #C4C4C4. Windows color (decimal): -11469854 or 14875472. OLE color: 14875472.
HSL color Cylindrical-coordinate representation of color #50FBE2: hue angle of 171.23º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FBE2 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 226 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.02 |
| HSL | 171.23º | 0.96% | 0.65% | - |
| HSV(B) | 171.23º | 0.68% | 0.98% | - |
| XYZ | 51.53 | 76.19 | 83.94 | - |
| YUV | 197.02 | 144.35 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 226 | 0.68 | 0 | 0.10 | 0.02 | 171.23 | 0.96 | 0.65 |
| Hex | 50 | FB | E2 | 44 | 0 | A | 2 | AB | 60 | 41 |
| Octal | 120 | 373 | 342 | 104 | 0 | 12 | 2 | 253 | 140 | 101 |
| Binary | 1010000 | 11111011 | 11100010 | 1000100 | 0 | 1010 | 10 | 10101011 | 1100000 | 1000001 |
Color Harmonies of #50FBE2
Complementary color
Monochromatic Colors of #50FBE2
Black with #50FBE2
Text Example
Text Example
White with #50FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FBE2; }
p { color: rgb(80,251,226); }
H1.HeaderClassName
{
color: #50FBE2;
}
.AnyTagClassName
{
color: #50FBE2;
}
</style>
background-color css
<style>
a { background-color: #50FBE2; }
a { background-color: rgb(80,251,226); }
div.DivClassName
{
background-color: #50FBE2;
}
.BgClassName
{
background-color: #50FBE2;
}
</style>
border-color css
<style>
span { border-color: #50FBE2; }
span { border-color: rgb(80,251,226); }
td.TdClassName
{
border-color: #50FBE2;
}
.TagClassName
{
border-color: #50FBE2;
}
</style>