Shades of Medium Turquoise #50D7CF
Tints of Medium Turquoise #50D7CF
RGB
CMYK
RGB Variations
Color information
#50D7CF (or 0x50D7CF) is known color: Medium Turquoise. HEX triplet: 50, D7 and CF. RGB value is (80,215,207). Sum of RGB (Red+Green+Blue) = 80+215+207=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #50D7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D7CF is #AF2830. Grayscale: #ADADAD. Windows color (decimal): -11479089 or 13621072. OLE color: 13621072.
HSL color Cylindrical-coordinate representation of color #50D7CF: hue angle of 176.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D7CF is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 215 | 207 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.16 |
| HSL | 176.44º | 0.63% | 0.58% | - |
| HSV(B) | 176.44º | 0.63% | 0.84% | - |
| XYZ | 38.87 | 54.81 | 67.56 | - |
| YUV | 173.72 | 146.77 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 215 | 207 | 0.63 | 0 | 0.04 | 0.16 | 176.44 | 0.63 | 0.58 |
| Hex | 50 | D7 | CF | 3F | 0 | 4 | 10 | B0 | 3F | 3A |
| Octal | 120 | 327 | 317 | 77 | 0 | 4 | 20 | 260 | 77 | 72 |
| Binary | 1010000 | 11010111 | 11001111 | 111111 | 0 | 100 | 10000 | 10110000 | 111111 | 111010 |
Color Harmonies of #50D7CF
Complementary color
Monochromatic Colors of #50D7CF
Black with #50D7CF
Text Example
Text Example
White with #50D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D7CF; }
p { color: rgb(80,215,207); }
H1.HeaderClassName
{
color: #50D7CF;
}
.AnyTagClassName
{
color: #50D7CF;
}
</style>
background-color css
<style>
a { background-color: #50D7CF; }
a { background-color: rgb(80,215,207); }
div.DivClassName
{
background-color: #50D7CF;
}
.BgClassName
{
background-color: #50D7CF;
}
</style>
border-color css
<style>
span { border-color: #50D7CF; }
span { border-color: rgb(80,215,207); }
td.TdClassName
{
border-color: #50D7CF;
}
.TagClassName
{
border-color: #50D7CF;
}
</style>