Shades of Turquoise #50FACB
Tints of Turquoise #50FACB
RGB
CMYK
RGB Variations
Color information
#50FACB (or 0x50FACB) is known color: Turquoise. HEX triplet: 50, FA and CB. RGB value is (80,250,203). Sum of RGB (Red+Green+Blue) = 80+250+203=533 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.01% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #50FACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FACB is #AF0534. Grayscale: #C1C1C1. Windows color (decimal): -11470133 or 13367888. OLE color: 13367888.
HSL color Cylindrical-coordinate representation of color #50FACB: hue angle of 163.41º degrees, saturation: 0.94, 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 #50FACB is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 250 | 203 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.02 |
| HSL | 163.41º | 0.94% | 0.65% | - |
| HSV(B) | 163.41º | 0.68% | 0.98% | - |
| XYZ | 48.27 | 74.39 | 68.31 | - |
| YUV | 193.81 | 133.18 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 250 | 203 | 0.68 | 0 | 0.19 | 0.02 | 163.41 | 0.94 | 0.65 |
| Hex | 50 | FA | CB | 44 | 0 | 13 | 2 | A3 | 5E | 41 |
| Octal | 120 | 372 | 313 | 104 | 0 | 23 | 2 | 243 | 136 | 101 |
| Binary | 1010000 | 11111010 | 11001011 | 1000100 | 0 | 10011 | 10 | 10100011 | 1011110 | 1000001 |
Color Harmonies of #50FACB
Complementary color
Monochromatic Colors of #50FACB
Black with #50FACB
Text Example
Text Example
White with #50FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FACB; }
p { color: rgb(80,250,203); }
H1.HeaderClassName
{
color: #50FACB;
}
.AnyTagClassName
{
color: #50FACB;
}
</style>
background-color css
<style>
a { background-color: #50FACB; }
a { background-color: rgb(80,250,203); }
div.DivClassName
{
background-color: #50FACB;
}
.BgClassName
{
background-color: #50FACB;
}
</style>
border-color css
<style>
span { border-color: #50FACB; }
span { border-color: rgb(80,250,203); }
td.TdClassName
{
border-color: #50FACB;
}
.TagClassName
{
border-color: #50FACB;
}
</style>