Shades of Medium Turquoise #49C9BA
Tints of Medium Turquoise #49C9BA
RGB
CMYK
RGB Variations
Color information
#49C9BA (or 0x49C9BA) is known color: Medium Turquoise. HEX triplet: 49, C9 and BA. RGB value is (73,201,186). Sum of RGB (Red+Green+Blue) = 73+201+186=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #49C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C9BA is #B63645. Grayscale: #A0A0A0. Windows color (decimal): -11941446 or 12241225. OLE color: 12241225.
HSL color Cylindrical-coordinate representation of color #49C9BA: hue angle of 172.97º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49C9BA is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 186 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.21 |
| HSL | 172.97º | 0.54% | 0.54% | - |
| HSV(B) | 172.97º | 0.64% | 0.79% | - |
| XYZ | 32.5 | 46.73 | 53.76 | - |
| YUV | 161.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 186 | 0.64 | 0 | 0.07 | 0.21 | 172.97 | 0.54 | 0.54 |
| Hex | 49 | C9 | BA | 40 | 0 | 7 | 15 | AD | 36 | 36 |
| Octal | 111 | 311 | 272 | 100 | 0 | 7 | 25 | 255 | 66 | 66 |
| Binary | 1001001 | 11001001 | 10111010 | 1000000 | 0 | 111 | 10101 | 10101101 | 110110 | 110110 |
Color Harmonies of #49C9BA
Complementary color
Monochromatic Colors of #49C9BA
Black with #49C9BA
Text Example
Text Example
White with #49C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C9BA; }
p { color: rgb(73,201,186); }
H1.HeaderClassName
{
color: #49C9BA;
}
.AnyTagClassName
{
color: #49C9BA;
}
</style>
background-color css
<style>
a { background-color: #49C9BA; }
a { background-color: rgb(73,201,186); }
div.DivClassName
{
background-color: #49C9BA;
}
.BgClassName
{
background-color: #49C9BA;
}
</style>
border-color css
<style>
span { border-color: #49C9BA; }
span { border-color: rgb(73,201,186); }
td.TdClassName
{
border-color: #49C9BA;
}
.TagClassName
{
border-color: #49C9BA;
}
</style>