Shades of Medium Turquoise #49DABF
Tints of Medium Turquoise #49DABF
RGB
CMYK
RGB Variations
Color information
#49DABF (or 0x49DABF) is known color: Medium Turquoise. HEX triplet: 49, DA and BF. RGB value is (73,218,191). Sum of RGB (Red+Green+Blue) = 73+218+191=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #49DABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DABF is #B62540. Grayscale: #ABABAB. Windows color (decimal): -11937089 or 12573257. OLE color: 12573257.
HSL color Cylindrical-coordinate representation of color #49DABF: hue angle of 168.83º 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 #49DABF is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 191 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.15 |
| HSL | 168.83º | 0.66% | 0.57% | - |
| HSV(B) | 168.83º | 0.67% | 0.85% | - |
| XYZ | 37.22 | 55.32 | 58.01 | - |
| YUV | 171.57 | 138.96 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 191 | 0.67 | 0 | 0.12 | 0.15 | 168.83 | 0.66 | 0.57 |
| Hex | 49 | DA | BF | 43 | 0 | C | F | A9 | 42 | 39 |
| Octal | 111 | 332 | 277 | 103 | 0 | 14 | 17 | 251 | 102 | 71 |
| Binary | 1001001 | 11011010 | 10111111 | 1000011 | 0 | 1100 | 1111 | 10101001 | 1000010 | 111001 |
Color Harmonies of #49DABF
Complementary color
Monochromatic Colors of #49DABF
Black with #49DABF
Text Example
Text Example
White with #49DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DABF; }
p { color: rgb(73,218,191); }
H1.HeaderClassName
{
color: #49DABF;
}
.AnyTagClassName
{
color: #49DABF;
}
</style>
background-color css
<style>
a { background-color: #49DABF; }
a { background-color: rgb(73,218,191); }
div.DivClassName
{
background-color: #49DABF;
}
.BgClassName
{
background-color: #49DABF;
}
</style>
border-color css
<style>
span { border-color: #49DABF; }
span { border-color: rgb(73,218,191); }
td.TdClassName
{
border-color: #49DABF;
}
.TagClassName
{
border-color: #49DABF;
}
</style>