Shades of Medium Turquoise #49C8BA
Tints of Medium Turquoise #49C8BA
RGB
CMYK
RGB Variations
Color information
#49C8BA (or 0x49C8BA) is known color: Medium Turquoise. HEX triplet: 49, C8 and BA. RGB value is (73,200,186). Sum of RGB (Red+Green+Blue) = 73+200+186=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #49C8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C8BA is #B63745. Grayscale: #A0A0A0. Windows color (decimal): -11941702 or 12240969. OLE color: 12240969.
HSL color Cylindrical-coordinate representation of color #49C8BA: hue angle of 173.39º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C8BA is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 186 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.22 |
| HSL | 173.39º | 0.54% | 0.54% | - |
| HSV(B) | 173.39º | 0.64% | 0.78% | - |
| XYZ | 32.26 | 46.27 | 53.68 | - |
| YUV | 160.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 186 | 0.64 | 0 | 0.07 | 0.22 | 173.39 | 0.54 | 0.54 |
| Hex | 49 | C8 | BA | 40 | 0 | 7 | 16 | AD | 36 | 36 |
| Octal | 111 | 310 | 272 | 100 | 0 | 7 | 26 | 255 | 66 | 66 |
| Binary | 1001001 | 11001000 | 10111010 | 1000000 | 0 | 111 | 10110 | 10101101 | 110110 | 110110 |
Color Harmonies of #49C8BA
Complementary color
Monochromatic Colors of #49C8BA
Black with #49C8BA
Text Example
Text Example
White with #49C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C8BA; }
p { color: rgb(73,200,186); }
H1.HeaderClassName
{
color: #49C8BA;
}
.AnyTagClassName
{
color: #49C8BA;
}
</style>
background-color css
<style>
a { background-color: #49C8BA; }
a { background-color: rgb(73,200,186); }
div.DivClassName
{
background-color: #49C8BA;
}
.BgClassName
{
background-color: #49C8BA;
}
</style>
border-color css
<style>
span { border-color: #49C8BA; }
span { border-color: rgb(73,200,186); }
td.TdClassName
{
border-color: #49C8BA;
}
.TagClassName
{
border-color: #49C8BA;
}
</style>