Shades of Turquoise #50F9C5
Tints of Turquoise #50F9C5
RGB
CMYK
RGB Variations
Color information
#50F9C5 (or 0x50F9C5) is known color: Turquoise. HEX triplet: 50, F9 and C5. RGB value is (80,249,197). Sum of RGB (Red+Green+Blue) = 80+249+197=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #50F9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F9C5 is #AF063A. Grayscale: #C0C0C0. Windows color (decimal): -11470395 or 12974416. OLE color: 12974416.
HSL color Cylindrical-coordinate representation of color #50F9C5: hue angle of 161.54º degrees, saturation: 0.93, 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 #50F9C5 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 197 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.02 |
| HSL | 161.54º | 0.93% | 0.65% | - |
| HSV(B) | 161.54º | 0.68% | 0.98% | - |
| XYZ | 47.26 | 73.49 | 64.52 | - |
| YUV | 192.54 | 130.51 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 197 | 0.68 | 0 | 0.21 | 0.02 | 161.54 | 0.93 | 0.65 |
| Hex | 50 | F9 | C5 | 44 | 0 | 15 | 2 | A2 | 5D | 41 |
| Octal | 120 | 371 | 305 | 104 | 0 | 25 | 2 | 242 | 135 | 101 |
| Binary | 1010000 | 11111001 | 11000101 | 1000100 | 0 | 10101 | 10 | 10100010 | 1011101 | 1000001 |
Color Harmonies of #50F9C5
Complementary color
Monochromatic Colors of #50F9C5
Black with #50F9C5
Text Example
Text Example
White with #50F9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F9C5; }
p { color: rgb(80,249,197); }
H1.HeaderClassName
{
color: #50F9C5;
}
.AnyTagClassName
{
color: #50F9C5;
}
</style>
background-color css
<style>
a { background-color: #50F9C5; }
a { background-color: rgb(80,249,197); }
div.DivClassName
{
background-color: #50F9C5;
}
.BgClassName
{
background-color: #50F9C5;
}
</style>
border-color css
<style>
span { border-color: #50F9C5; }
span { border-color: rgb(80,249,197); }
td.TdClassName
{
border-color: #50F9C5;
}
.TagClassName
{
border-color: #50F9C5;
}
</style>