Shades of Medium Turquoise #50CAB9
Tints of Medium Turquoise #50CAB9
RGB
CMYK
RGB Variations
Color information
#50CAB9 (or 0x50CAB9) is known color: Medium Turquoise. HEX triplet: 50, CA and B9. RGB value is (80,202,185). Sum of RGB (Red+Green+Blue) = 80+202+185=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #50CAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CAB9 is #AF3546. Grayscale: #A3A3A3. Windows color (decimal): -11482439 or 12175952. OLE color: 12175952.
HSL color Cylindrical-coordinate representation of color #50CAB9: hue angle of 171.64º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CAB9 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 185 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.21 |
| HSL | 171.64º | 0.54% | 0.55% | - |
| HSV(B) | 171.64º | 0.6% | 0.79% | - |
| XYZ | 33.19 | 47.45 | 53.31 | - |
| YUV | 163.58 | 140.08 | 68.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 185 | 0.60 | 0 | 0.08 | 0.21 | 171.64 | 0.54 | 0.55 |
| Hex | 50 | CA | B9 | 3C | 0 | 8 | 15 | AC | 36 | 37 |
| Octal | 120 | 312 | 271 | 74 | 0 | 10 | 25 | 254 | 66 | 67 |
| Binary | 1010000 | 11001010 | 10111001 | 111100 | 0 | 1000 | 10101 | 10101100 | 110110 | 110111 |
Color Harmonies of #50CAB9
Complementary color
Monochromatic Colors of #50CAB9
Black with #50CAB9
Text Example
Text Example
White with #50CAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CAB9; }
p { color: rgb(80,202,185); }
H1.HeaderClassName
{
color: #50CAB9;
}
.AnyTagClassName
{
color: #50CAB9;
}
</style>
background-color css
<style>
a { background-color: #50CAB9; }
a { background-color: rgb(80,202,185); }
div.DivClassName
{
background-color: #50CAB9;
}
.BgClassName
{
background-color: #50CAB9;
}
</style>
border-color css
<style>
span { border-color: #50CAB9; }
span { border-color: rgb(80,202,185); }
td.TdClassName
{
border-color: #50CAB9;
}
.TagClassName
{
border-color: #50CAB9;
}
</style>