Shades of Medium Turquoise #49D7BA
Tints of Medium Turquoise #49D7BA
RGB
CMYK
RGB Variations
Color information
#49D7BA (or 0x49D7BA) is known color: Medium Turquoise. HEX triplet: 49, D7 and BA. RGB value is (73,215,186). Sum of RGB (Red+Green+Blue) = 73+215+186=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #49D7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D7BA is #B62845. Grayscale: #A9A9A9. Windows color (decimal): -11937862 or 12244809. OLE color: 12244809.
HSL color Cylindrical-coordinate representation of color #49D7BA: hue angle of 167.75º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D7BA is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 186 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.16 |
| HSL | 167.75º | 0.64% | 0.56% | - |
| HSV(B) | 167.75º | 0.66% | 0.84% | - |
| XYZ | 35.91 | 53.56 | 54.9 | - |
| YUV | 169.24 | 137.46 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 186 | 0.66 | 0 | 0.13 | 0.16 | 167.75 | 0.64 | 0.56 |
| Hex | 49 | D7 | BA | 42 | 0 | D | 10 | A8 | 40 | 38 |
| Octal | 111 | 327 | 272 | 102 | 0 | 15 | 20 | 250 | 100 | 70 |
| Binary | 1001001 | 11010111 | 10111010 | 1000010 | 0 | 1101 | 10000 | 10101000 | 1000000 | 111000 |
Color Harmonies of #49D7BA
Complementary color
Monochromatic Colors of #49D7BA
Black with #49D7BA
Text Example
Text Example
White with #49D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D7BA; }
p { color: rgb(73,215,186); }
H1.HeaderClassName
{
color: #49D7BA;
}
.AnyTagClassName
{
color: #49D7BA;
}
</style>
background-color css
<style>
a { background-color: #49D7BA; }
a { background-color: rgb(73,215,186); }
div.DivClassName
{
background-color: #49D7BA;
}
.BgClassName
{
background-color: #49D7BA;
}
</style>
border-color css
<style>
span { border-color: #49D7BA; }
span { border-color: rgb(73,215,186); }
td.TdClassName
{
border-color: #49D7BA;
}
.TagClassName
{
border-color: #49D7BA;
}
</style>