Shades of Medium Turquoise #49C7DB
Tints of Medium Turquoise #49C7DB
RGB
CMYK
RGB Variations
Color information
#49C7DB (or 0x49C7DB) is known color: Medium Turquoise. HEX triplet: 49, C7 and DB. RGB value is (73,199,219). Sum of RGB (Red+Green+Blue) = 73+199+219=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #49C7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C7DB is #B63824. Grayscale: #A3A3A3. Windows color (decimal): -11941925 or 14403401. OLE color: 14403401.
HSL color Cylindrical-coordinate representation of color #49C7DB: hue angle of 188.22º 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 #49C7DB is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 199 | 219 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.14 |
| HSL | 188.22º | 0.67% | 0.57% | - |
| HSV(B) | 188.22º | 0.67% | 0.86% | - |
| XYZ | 35.96 | 47.38 | 74.27 | - |
| YUV | 163.61 | 159.26 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 199 | 219 | 0.67 | 0.09 | 0 | 0.14 | 188.22 | 0.67 | 0.57 |
| Hex | 49 | C7 | DB | 43 | 9 | 0 | E | BC | 43 | 39 |
| Octal | 111 | 307 | 333 | 103 | 11 | 0 | 16 | 274 | 103 | 71 |
| Binary | 1001001 | 11000111 | 11011011 | 1000011 | 1001 | 0 | 1110 | 10111100 | 1000011 | 111001 |
Color Harmonies of #49C7DB
Complementary color
Monochromatic Colors of #49C7DB
Black with #49C7DB
Text Example
Text Example
White with #49C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C7DB; }
p { color: rgb(73,199,219); }
H1.HeaderClassName
{
color: #49C7DB;
}
.AnyTagClassName
{
color: #49C7DB;
}
</style>
background-color css
<style>
a { background-color: #49C7DB; }
a { background-color: rgb(73,199,219); }
div.DivClassName
{
background-color: #49C7DB;
}
.BgClassName
{
background-color: #49C7DB;
}
</style>
border-color css
<style>
span { border-color: #49C7DB; }
span { border-color: rgb(73,199,219); }
td.TdClassName
{
border-color: #49C7DB;
}
.TagClassName
{
border-color: #49C7DB;
}
</style>