Shades of Medium Turquoise #49D2BB
Tints of Medium Turquoise #49D2BB
RGB
CMYK
RGB Variations
Color information
#49D2BB (or 0x49D2BB) is known color: Medium Turquoise. HEX triplet: 49, D2 and BB. RGB value is (73,210,187). Sum of RGB (Red+Green+Blue) = 73+210+187=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #49D2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D2BB is #B62D44. Grayscale: #A6A6A6. Windows color (decimal): -11939141 or 12309065. OLE color: 12309065.
HSL color Cylindrical-coordinate representation of color #49D2BB: hue angle of 169.93º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D2BB is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 187 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.18 |
| HSL | 169.93º | 0.6% | 0.55% | - |
| HSV(B) | 169.93º | 0.65% | 0.82% | - |
| XYZ | 34.76 | 51.1 | 55.04 | - |
| YUV | 166.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 187 | 0.65 | 0 | 0.11 | 0.18 | 169.93 | 0.6 | 0.55 |
| Hex | 49 | D2 | BB | 41 | 0 | B | 12 | AA | 3C | 37 |
| Octal | 111 | 322 | 273 | 101 | 0 | 13 | 22 | 252 | 74 | 67 |
| Binary | 1001001 | 11010010 | 10111011 | 1000001 | 0 | 1011 | 10010 | 10101010 | 111100 | 110111 |
Color Harmonies of #49D2BB
Complementary color
Monochromatic Colors of #49D2BB
Black with #49D2BB
Text Example
Text Example
White with #49D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D2BB; }
p { color: rgb(73,210,187); }
H1.HeaderClassName
{
color: #49D2BB;
}
.AnyTagClassName
{
color: #49D2BB;
}
</style>
background-color css
<style>
a { background-color: #49D2BB; }
a { background-color: rgb(73,210,187); }
div.DivClassName
{
background-color: #49D2BB;
}
.BgClassName
{
background-color: #49D2BB;
}
</style>
border-color css
<style>
span { border-color: #49D2BB; }
span { border-color: rgb(73,210,187); }
td.TdClassName
{
border-color: #49D2BB;
}
.TagClassName
{
border-color: #49D2BB;
}
</style>