Shades of Turquoise #50FDC2
Tints of Turquoise #50FDC2
RGB
CMYK
RGB Variations
Color information
#50FDC2 (or 0x50FDC2) is known color: Turquoise. HEX triplet: 50, FD and C2. RGB value is (80,253,194). Sum of RGB (Red+Green+Blue) = 80+253+194=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FDC2 is #AF023D. Grayscale: #C2C2C2. Windows color (decimal): -11469374 or 12778832. OLE color: 12778832.
HSL color Cylindrical-coordinate representation of color #50FDC2: hue angle of 159.54º degrees, saturation: 0.98, 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 #50FDC2 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 194 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.01 |
| HSL | 159.54º | 0.98% | 0.65% | - |
| HSV(B) | 159.54º | 0.68% | 0.99% | - |
| XYZ | 48.17 | 75.85 | 63.14 | - |
| YUV | 194.55 | 127.69 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 194 | 0.68 | 0 | 0.23 | 0.01 | 159.54 | 0.98 | 0.65 |
| Hex | 50 | FD | C2 | 44 | 0 | 17 | 1 | A0 | 62 | 41 |
| Octal | 120 | 375 | 302 | 104 | 0 | 27 | 1 | 240 | 142 | 101 |
| Binary | 1010000 | 11111101 | 11000010 | 1000100 | 0 | 10111 | 1 | 10100000 | 1100010 | 1000001 |
Color Harmonies of #50FDC2
Complementary color
Monochromatic Colors of #50FDC2
Black with #50FDC2
Text Example
Text Example
White with #50FDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FDC2; }
p { color: rgb(80,253,194); }
H1.HeaderClassName
{
color: #50FDC2;
}
.AnyTagClassName
{
color: #50FDC2;
}
</style>
background-color css
<style>
a { background-color: #50FDC2; }
a { background-color: rgb(80,253,194); }
div.DivClassName
{
background-color: #50FDC2;
}
.BgClassName
{
background-color: #50FDC2;
}
</style>
border-color css
<style>
span { border-color: #50FDC2; }
span { border-color: rgb(80,253,194); }
td.TdClassName
{
border-color: #50FDC2;
}
.TagClassName
{
border-color: #50FDC2;
}
</style>