Shades of Turquoise #50FCB3
Tints of Turquoise #50FCB3
RGB
CMYK
RGB Variations
Color information
#50FCB3 (or 0x50FCB3) is known color: Turquoise. HEX triplet: 50, FC and B3. RGB value is (80,252,179). Sum of RGB (Red+Green+Blue) = 80+252+179=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FCB3 is #AF034C. Grayscale: #C0C0C0. Windows color (decimal): -11469645 or 11795536. OLE color: 11795536.
HSL color Cylindrical-coordinate representation of color #50FCB3: hue angle of 154.53º 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 #50FCB3 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 179 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.01 |
| HSL | 154.53º | 0.97% | 0.65% | - |
| HSV(B) | 154.53º | 0.68% | 0.99% | - |
| XYZ | 46.26 | 74.58 | 54.61 | - |
| YUV | 192.25 | 120.52 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 179 | 0.68 | 0 | 0.29 | 0.01 | 154.53 | 0.97 | 0.65 |
| Hex | 50 | FC | B3 | 44 | 0 | 1D | 1 | 9B | 61 | 41 |
| Octal | 120 | 374 | 263 | 104 | 0 | 35 | 1 | 233 | 141 | 101 |
| Binary | 1010000 | 11111100 | 10110011 | 1000100 | 0 | 11101 | 1 | 10011011 | 1100001 | 1000001 |
Color Harmonies of #50FCB3
Complementary color
Monochromatic Colors of #50FCB3
Black with #50FCB3
Text Example
Text Example
White with #50FCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCB3; }
p { color: rgb(80,252,179); }
H1.HeaderClassName
{
color: #50FCB3;
}
.AnyTagClassName
{
color: #50FCB3;
}
</style>
background-color css
<style>
a { background-color: #50FCB3; }
a { background-color: rgb(80,252,179); }
div.DivClassName
{
background-color: #50FCB3;
}
.BgClassName
{
background-color: #50FCB3;
}
</style>
border-color css
<style>
span { border-color: #50FCB3; }
span { border-color: rgb(80,252,179); }
td.TdClassName
{
border-color: #50FCB3;
}
.TagClassName
{
border-color: #50FCB3;
}
</style>