Shades of Medium Turquoise #49C4DB
Tints of Medium Turquoise #49C4DB
RGB
CMYK
RGB Variations
Color information
#49C4DB (or 0x49C4DB) is known color: Medium Turquoise. HEX triplet: 49, C4 and DB. RGB value is (73,196,219). Sum of RGB (Red+Green+Blue) = 73+196+219=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #49C4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C4DB is #B63B24. Grayscale: #A1A1A1. Windows color (decimal): -11942693 or 14402633. OLE color: 14402633.
HSL color Cylindrical-coordinate representation of color #49C4DB: hue angle of 189.45º 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 #49C4DB is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 196 | 219 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.14 |
| HSL | 189.45º | 0.67% | 0.57% | - |
| HSV(B) | 189.45º | 0.67% | 0.86% | - |
| XYZ | 35.27 | 46.01 | 74.04 | - |
| YUV | 161.85 | 160.25 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 219 | 0.67 | 0.11 | 0 | 0.14 | 189.45 | 0.67 | 0.57 |
| Hex | 49 | C4 | DB | 43 | B | 0 | E | BD | 43 | 39 |
| Octal | 111 | 304 | 333 | 103 | 13 | 0 | 16 | 275 | 103 | 71 |
| Binary | 1001001 | 11000100 | 11011011 | 1000011 | 1011 | 0 | 1110 | 10111101 | 1000011 | 111001 |
Color Harmonies of #49C4DB
Complementary color
Monochromatic Colors of #49C4DB
Black with #49C4DB
Text Example
Text Example
White with #49C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C4DB; }
p { color: rgb(73,196,219); }
H1.HeaderClassName
{
color: #49C4DB;
}
.AnyTagClassName
{
color: #49C4DB;
}
</style>
background-color css
<style>
a { background-color: #49C4DB; }
a { background-color: rgb(73,196,219); }
div.DivClassName
{
background-color: #49C4DB;
}
.BgClassName
{
background-color: #49C4DB;
}
</style>
border-color css
<style>
span { border-color: #49C4DB; }
span { border-color: rgb(73,196,219); }
td.TdClassName
{
border-color: #49C4DB;
}
.TagClassName
{
border-color: #49C4DB;
}
</style>