Shades of Turquoise #49E3DB
Tints of Turquoise #49E3DB
RGB
CMYK
RGB Variations
Color information
#49E3DB (or 0x49E3DB) is known color: Turquoise. HEX triplet: 49, E3 and DB. RGB value is (73,227,219). Sum of RGB (Red+Green+Blue) = 73+227+219=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #49E3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E3DB is #B61C24. Grayscale: #B3B3B3. Windows color (decimal): -11934757 or 14410569. OLE color: 14410569.
HSL color Cylindrical-coordinate representation of color #49E3DB: hue angle of 176.88º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E3DB is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 219 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.11 |
| HSL | 176.88º | 0.73% | 0.59% | - |
| HSV(B) | 176.88º | 0.68% | 0.89% | - |
| XYZ | 43 | 61.47 | 76.62 | - |
| YUV | 180.04 | 149.98 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 219 | 0.68 | 0 | 0.04 | 0.11 | 176.88 | 0.73 | 0.59 |
| Hex | 49 | E3 | DB | 44 | 0 | 4 | B | B1 | 49 | 3B |
| Octal | 111 | 343 | 333 | 104 | 0 | 4 | 13 | 261 | 111 | 73 |
| Binary | 1001001 | 11100011 | 11011011 | 1000100 | 0 | 100 | 1011 | 10110001 | 1001001 | 111011 |
Color Harmonies of #49E3DB
Complementary color
Monochromatic Colors of #49E3DB
Black with #49E3DB
Text Example
Text Example
White with #49E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E3DB; }
p { color: rgb(73,227,219); }
H1.HeaderClassName
{
color: #49E3DB;
}
.AnyTagClassName
{
color: #49E3DB;
}
</style>
background-color css
<style>
a { background-color: #49E3DB; }
a { background-color: rgb(73,227,219); }
div.DivClassName
{
background-color: #49E3DB;
}
.BgClassName
{
background-color: #49E3DB;
}
</style>
border-color css
<style>
span { border-color: #49E3DB; }
span { border-color: rgb(73,227,219); }
td.TdClassName
{
border-color: #49E3DB;
}
.TagClassName
{
border-color: #49E3DB;
}
</style>