Shades of Medium Turquoise #50CFB9
Tints of Medium Turquoise #50CFB9
RGB
CMYK
RGB Variations
Color information
#50CFB9 (or 0x50CFB9) is known color: Medium Turquoise. HEX triplet: 50, CF and B9. RGB value is (80,207,185). Sum of RGB (Red+Green+Blue) = 80+207+185=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #50CFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CFB9 is #AF3046. Grayscale: #A6A6A6. Windows color (decimal): -11481159 or 12177232. OLE color: 12177232.
HSL color Cylindrical-coordinate representation of color #50CFB9: hue angle of 169.61º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CFB9 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 185 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.19 |
| HSL | 169.61º | 0.57% | 0.56% | - |
| HSV(B) | 169.61º | 0.61% | 0.81% | - |
| XYZ | 34.38 | 49.83 | 53.71 | - |
| YUV | 166.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 185 | 0.61 | 0 | 0.11 | 0.19 | 169.61 | 0.57 | 0.56 |
| Hex | 50 | CF | B9 | 3D | 0 | B | 13 | AA | 39 | 38 |
| Octal | 120 | 317 | 271 | 75 | 0 | 13 | 23 | 252 | 71 | 70 |
| Binary | 1010000 | 11001111 | 10111001 | 111101 | 0 | 1011 | 10011 | 10101010 | 111001 | 111000 |
Color Harmonies of #50CFB9
Complementary color
Monochromatic Colors of #50CFB9
Black with #50CFB9
Text Example
Text Example
White with #50CFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CFB9; }
p { color: rgb(80,207,185); }
H1.HeaderClassName
{
color: #50CFB9;
}
.AnyTagClassName
{
color: #50CFB9;
}
</style>
background-color css
<style>
a { background-color: #50CFB9; }
a { background-color: rgb(80,207,185); }
div.DivClassName
{
background-color: #50CFB9;
}
.BgClassName
{
background-color: #50CFB9;
}
</style>
border-color css
<style>
span { border-color: #50CFB9; }
span { border-color: rgb(80,207,185); }
td.TdClassName
{
border-color: #50CFB9;
}
.TagClassName
{
border-color: #50CFB9;
}
</style>