Shades of Medium Turquoise #49DBB6
Tints of Medium Turquoise #49DBB6
RGB
CMYK
RGB Variations
Color information
#49DBB6 (or 0x49DBB6) is known color: Medium Turquoise. HEX triplet: 49, DB and B6. RGB value is (73,219,182). Sum of RGB (Red+Green+Blue) = 73+219+182=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBB6 is #B62449. Grayscale: #ABABAB. Windows color (decimal): -11936842 or 11983689. OLE color: 11983689.
HSL color Cylindrical-coordinate representation of color #49DBB6: hue angle of 164.79º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBB6 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 182 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.14 |
| HSL | 164.79º | 0.67% | 0.57% | - |
| HSV(B) | 164.79º | 0.67% | 0.86% | - |
| XYZ | 36.52 | 55.46 | 53.04 | - |
| YUV | 171.13 | 134.13 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 182 | 0.67 | 0 | 0.17 | 0.14 | 164.79 | 0.67 | 0.57 |
| Hex | 49 | DB | B6 | 43 | 0 | 11 | E | A5 | 43 | 39 |
| Octal | 111 | 333 | 266 | 103 | 0 | 21 | 16 | 245 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10110110 | 1000011 | 0 | 10001 | 1110 | 10100101 | 1000011 | 111001 |
Color Harmonies of #49DBB6
Complementary color
Monochromatic Colors of #49DBB6
Black with #49DBB6
Text Example
Text Example
White with #49DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBB6; }
p { color: rgb(73,219,182); }
H1.HeaderClassName
{
color: #49DBB6;
}
.AnyTagClassName
{
color: #49DBB6;
}
</style>
background-color css
<style>
a { background-color: #49DBB6; }
a { background-color: rgb(73,219,182); }
div.DivClassName
{
background-color: #49DBB6;
}
.BgClassName
{
background-color: #49DBB6;
}
</style>
border-color css
<style>
span { border-color: #49DBB6; }
span { border-color: rgb(73,219,182); }
td.TdClassName
{
border-color: #49DBB6;
}
.TagClassName
{
border-color: #49DBB6;
}
</style>