Shades of Turquoise #50F7D1
Tints of Turquoise #50F7D1
RGB
CMYK
RGB Variations
Color information
#50F7D1 (or 0x50F7D1) is known color: Turquoise. HEX triplet: 50, F7 and D1. RGB value is (80,247,209). Sum of RGB (Red+Green+Blue) = 80+247+209=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #50F7D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F7D1 is #AF082E. Grayscale: #C0C0C0. Windows color (decimal): -11470895 or 13760336. OLE color: 13760336.
HSL color Cylindrical-coordinate representation of color #50F7D1: hue angle of 166.35º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50F7D1 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 247 | 209 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.03 |
| HSL | 166.35º | 0.91% | 0.64% | - |
| HSV(B) | 166.35º | 0.68% | 0.97% | - |
| XYZ | 48.08 | 72.83 | 71.85 | - |
| YUV | 192.74 | 137.17 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 247 | 209 | 0.68 | 0 | 0.15 | 0.03 | 166.35 | 0.91 | 0.64 |
| Hex | 50 | F7 | D1 | 44 | 0 | F | 3 | A6 | 5B | 40 |
| Octal | 120 | 367 | 321 | 104 | 0 | 17 | 3 | 246 | 133 | 100 |
| Binary | 1010000 | 11110111 | 11010001 | 1000100 | 0 | 1111 | 11 | 10100110 | 1011011 | 1000000 |
Color Harmonies of #50F7D1
Complementary color
Monochromatic Colors of #50F7D1
Black with #50F7D1
Text Example
Text Example
White with #50F7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F7D1; }
p { color: rgb(80,247,209); }
H1.HeaderClassName
{
color: #50F7D1;
}
.AnyTagClassName
{
color: #50F7D1;
}
</style>
background-color css
<style>
a { background-color: #50F7D1; }
a { background-color: rgb(80,247,209); }
div.DivClassName
{
background-color: #50F7D1;
}
.BgClassName
{
background-color: #50F7D1;
}
</style>
border-color css
<style>
span { border-color: #50F7D1; }
span { border-color: rgb(80,247,209); }
td.TdClassName
{
border-color: #50F7D1;
}
.TagClassName
{
border-color: #50F7D1;
}
</style>