Shades of Medium Turquoise #49D6B9
Tints of Medium Turquoise #49D6B9
RGB
CMYK
RGB Variations
Color information
#49D6B9 (or 0x49D6B9) is known color: Medium Turquoise. HEX triplet: 49, D6 and B9. RGB value is (73,214,185). Sum of RGB (Red+Green+Blue) = 73+214+185=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D6B9 is #B62946. Grayscale: #A8A8A8. Windows color (decimal): -11938119 or 12179017. OLE color: 12179017.
HSL color Cylindrical-coordinate representation of color #49D6B9: hue angle of 167.66º degrees, saturation: 0.63, 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 #49D6B9 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 185 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.16 |
| HSL | 167.66º | 0.63% | 0.56% | - |
| HSV(B) | 167.66º | 0.66% | 0.84% | - |
| XYZ | 35.55 | 53.01 | 54.26 | - |
| YUV | 168.54 | 137.29 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 185 | 0.66 | 0 | 0.14 | 0.16 | 167.66 | 0.63 | 0.56 |
| Hex | 49 | D6 | B9 | 42 | 0 | E | 10 | A8 | 3F | 38 |
| Octal | 111 | 326 | 271 | 102 | 0 | 16 | 20 | 250 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10111001 | 1000010 | 0 | 1110 | 10000 | 10101000 | 111111 | 111000 |
Color Harmonies of #49D6B9
Complementary color
Monochromatic Colors of #49D6B9
Black with #49D6B9
Text Example
Text Example
White with #49D6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D6B9; }
p { color: rgb(73,214,185); }
H1.HeaderClassName
{
color: #49D6B9;
}
.AnyTagClassName
{
color: #49D6B9;
}
</style>
background-color css
<style>
a { background-color: #49D6B9; }
a { background-color: rgb(73,214,185); }
div.DivClassName
{
background-color: #49D6B9;
}
.BgClassName
{
background-color: #49D6B9;
}
</style>
border-color css
<style>
span { border-color: #49D6B9; }
span { border-color: rgb(73,214,185); }
td.TdClassName
{
border-color: #49D6B9;
}
.TagClassName
{
border-color: #49D6B9;
}
</style>