Shades of Medium Turquoise #49D5BA
Tints of Medium Turquoise #49D5BA
RGB
CMYK
RGB Variations
Color information
#49D5BA (or 0x49D5BA) is known color: Medium Turquoise. HEX triplet: 49, D5 and BA. RGB value is (73,213,186). Sum of RGB (Red+Green+Blue) = 73+213+186=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D5BA is #B62A45. Grayscale: #A8A8A8. Windows color (decimal): -11938374 or 12244297. OLE color: 12244297.
HSL color Cylindrical-coordinate representation of color #49D5BA: hue angle of 168.43º degrees, saturation: 0.62, 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 #49D5BA is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 186 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.16 |
| HSL | 168.43º | 0.63% | 0.56% | - |
| HSV(B) | 168.43º | 0.66% | 0.84% | - |
| XYZ | 35.4 | 52.55 | 54.73 | - |
| YUV | 168.06 | 138.12 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 186 | 0.66 | 0 | 0.13 | 0.16 | 168.43 | 0.63 | 0.56 |
| Hex | 49 | D5 | BA | 42 | 0 | D | 10 | A8 | 3E | 38 |
| Octal | 111 | 325 | 272 | 102 | 0 | 15 | 20 | 250 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10111010 | 1000010 | 0 | 1101 | 10000 | 10101000 | 111110 | 111000 |
Color Harmonies of #49D5BA
Complementary color
Monochromatic Colors of #49D5BA
Black with #49D5BA
Text Example
Text Example
White with #49D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D5BA; }
p { color: rgb(73,213,186); }
H1.HeaderClassName
{
color: #49D5BA;
}
.AnyTagClassName
{
color: #49D5BA;
}
</style>
background-color css
<style>
a { background-color: #49D5BA; }
a { background-color: rgb(73,213,186); }
div.DivClassName
{
background-color: #49D5BA;
}
.BgClassName
{
background-color: #49D5BA;
}
</style>
border-color css
<style>
span { border-color: #49D5BA; }
span { border-color: rgb(73,213,186); }
td.TdClassName
{
border-color: #49D5BA;
}
.TagClassName
{
border-color: #49D5BA;
}
</style>