Shades of Medium Turquoise #49DAB6
Tints of Medium Turquoise #49DAB6
RGB
CMYK
RGB Variations
Color information
#49DAB6 (or 0x49DAB6) is known color: Medium Turquoise. HEX triplet: 49, DA and B6. RGB value is (73,218,182). Sum of RGB (Red+Green+Blue) = 73+218+182=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DAB6 is #B62549. Grayscale: #AAAAAA. Windows color (decimal): -11937098 or 11983433. OLE color: 11983433.
HSL color Cylindrical-coordinate representation of color #49DAB6: hue angle of 165.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DAB6 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 182 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.15 |
| HSL | 165.1º | 0.66% | 0.57% | - |
| HSV(B) | 165.1º | 0.67% | 0.85% | - |
| XYZ | 36.26 | 54.94 | 52.95 | - |
| YUV | 170.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 182 | 0.67 | 0 | 0.17 | 0.15 | 165.1 | 0.66 | 0.57 |
| Hex | 49 | DA | B6 | 43 | 0 | 11 | F | A5 | 42 | 39 |
| Octal | 111 | 332 | 266 | 103 | 0 | 21 | 17 | 245 | 102 | 71 |
| Binary | 1001001 | 11011010 | 10110110 | 1000011 | 0 | 10001 | 1111 | 10100101 | 1000010 | 111001 |
Color Harmonies of #49DAB6
Complementary color
Monochromatic Colors of #49DAB6
Black with #49DAB6
Text Example
Text Example
White with #49DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DAB6; }
p { color: rgb(73,218,182); }
H1.HeaderClassName
{
color: #49DAB6;
}
.AnyTagClassName
{
color: #49DAB6;
}
</style>
background-color css
<style>
a { background-color: #49DAB6; }
a { background-color: rgb(73,218,182); }
div.DivClassName
{
background-color: #49DAB6;
}
.BgClassName
{
background-color: #49DAB6;
}
</style>
border-color css
<style>
span { border-color: #49DAB6; }
span { border-color: rgb(73,218,182); }
td.TdClassName
{
border-color: #49DAB6;
}
.TagClassName
{
border-color: #49DAB6;
}
</style>