Shades of Turquoise #49F4DB
Tints of Turquoise #49F4DB
RGB
CMYK
RGB Variations
Color information
#49F4DB (or 0x49F4DB) is known color: Turquoise. HEX triplet: 49, F4 and DB. RGB value is (73,244,219). Sum of RGB (Red+Green+Blue) = 73+244+219=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #49F4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F4DB is #B60B24. Grayscale: #BDBDBD. Windows color (decimal): -11930405 or 14414921. OLE color: 14414921.
HSL color Cylindrical-coordinate representation of color #49F4DB: hue angle of 171.23º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F4DB is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 244 | 219 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.04 |
| HSL | 171.23º | 0.89% | 0.62% | - |
| HSV(B) | 171.23º | 0.7% | 0.96% | - |
| XYZ | 47.88 | 71.23 | 78.24 | - |
| YUV | 190.02 | 144.35 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 244 | 219 | 0.70 | 0 | 0.10 | 0.04 | 171.23 | 0.89 | 0.62 |
| Hex | 49 | F4 | DB | 46 | 0 | A | 4 | AB | 59 | 3E |
| Octal | 111 | 364 | 333 | 106 | 0 | 12 | 4 | 253 | 131 | 76 |
| Binary | 1001001 | 11110100 | 11011011 | 1000110 | 0 | 1010 | 100 | 10101011 | 1011001 | 111110 |
Color Harmonies of #49F4DB
Complementary color
Monochromatic Colors of #49F4DB
Black with #49F4DB
Text Example
Text Example
White with #49F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F4DB; }
p { color: rgb(73,244,219); }
H1.HeaderClassName
{
color: #49F4DB;
}
.AnyTagClassName
{
color: #49F4DB;
}
</style>
background-color css
<style>
a { background-color: #49F4DB; }
a { background-color: rgb(73,244,219); }
div.DivClassName
{
background-color: #49F4DB;
}
.BgClassName
{
background-color: #49F4DB;
}
</style>
border-color css
<style>
span { border-color: #49F4DB; }
span { border-color: rgb(73,244,219); }
td.TdClassName
{
border-color: #49F4DB;
}
.TagClassName
{
border-color: #49F4DB;
}
</style>