Shades of Turquoise #50F5C3
Tints of Turquoise #50F5C3
RGB
CMYK
RGB Variations
Color information
#50F5C3 (or 0x50F5C3) is known color: Turquoise. HEX triplet: 50, F5 and C3. RGB value is (80,245,195). Sum of RGB (Red+Green+Blue) = 80+245+195=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #50F5C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F5C3 is #AF0A3C. Grayscale: #BDBDBD. Windows color (decimal): -11471421 or 12842320. OLE color: 12842320.
HSL color Cylindrical-coordinate representation of color #50F5C3: hue angle of 161.82º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F5C3 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 245 | 195 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.04 |
| HSL | 161.82º | 0.89% | 0.64% | - |
| HSV(B) | 161.82º | 0.67% | 0.96% | - |
| XYZ | 45.81 | 70.95 | 62.91 | - |
| YUV | 189.97 | 130.84 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 245 | 195 | 0.67 | 0 | 0.20 | 0.04 | 161.82 | 0.89 | 0.64 |
| Hex | 50 | F5 | C3 | 43 | 0 | 14 | 4 | A2 | 59 | 40 |
| Octal | 120 | 365 | 303 | 103 | 0 | 24 | 4 | 242 | 131 | 100 |
| Binary | 1010000 | 11110101 | 11000011 | 1000011 | 0 | 10100 | 100 | 10100010 | 1011001 | 1000000 |
Color Harmonies of #50F5C3
Complementary color
Monochromatic Colors of #50F5C3
Black with #50F5C3
Text Example
Text Example
White with #50F5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F5C3; }
p { color: rgb(80,245,195); }
H1.HeaderClassName
{
color: #50F5C3;
}
.AnyTagClassName
{
color: #50F5C3;
}
</style>
background-color css
<style>
a { background-color: #50F5C3; }
a { background-color: rgb(80,245,195); }
div.DivClassName
{
background-color: #50F5C3;
}
.BgClassName
{
background-color: #50F5C3;
}
</style>
border-color css
<style>
span { border-color: #50F5C3; }
span { border-color: rgb(80,245,195); }
td.TdClassName
{
border-color: #50F5C3;
}
.TagClassName
{
border-color: #50F5C3;
}
</style>