Shades of Medium Turquoise #49C2B9
Tints of Medium Turquoise #49C2B9
RGB
CMYK
RGB Variations
Color information
#49C2B9 (or 0x49C2B9) is known color: Medium Turquoise. HEX triplet: 49, C2 and B9. RGB value is (73,194,185). Sum of RGB (Red+Green+Blue) = 73+194+185=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C2B9 is #B63D46. Grayscale: #9C9C9C. Windows color (decimal): -11943239 or 12173897. OLE color: 12173897.
HSL color Cylindrical-coordinate representation of color #49C2B9: hue angle of 175.54º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C2B9 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 185 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.24 |
| HSL | 175.54º | 0.5% | 0.52% | - |
| HSV(B) | 175.54º | 0.62% | 0.76% | - |
| XYZ | 30.8 | 43.5 | 52.67 | - |
| YUV | 156.8 | 143.91 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 185 | 0.62 | 0 | 0.05 | 0.24 | 175.54 | 0.5 | 0.52 |
| Hex | 49 | C2 | B9 | 3E | 0 | 5 | 18 | B0 | 32 | 34 |
| Octal | 111 | 302 | 271 | 76 | 0 | 5 | 30 | 260 | 62 | 64 |
| Binary | 1001001 | 11000010 | 10111001 | 111110 | 0 | 101 | 11000 | 10110000 | 110010 | 110100 |
Color Harmonies of #49C2B9
Complementary color
Monochromatic Colors of #49C2B9
Black with #49C2B9
Text Example
Text Example
White with #49C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C2B9; }
p { color: rgb(73,194,185); }
H1.HeaderClassName
{
color: #49C2B9;
}
.AnyTagClassName
{
color: #49C2B9;
}
</style>
background-color css
<style>
a { background-color: #49C2B9; }
a { background-color: rgb(73,194,185); }
div.DivClassName
{
background-color: #49C2B9;
}
.BgClassName
{
background-color: #49C2B9;
}
</style>
border-color css
<style>
span { border-color: #49C2B9; }
span { border-color: rgb(73,194,185); }
td.TdClassName
{
border-color: #49C2B9;
}
.TagClassName
{
border-color: #49C2B9;
}
</style>