Shades of Turquoise #49E2DB
Tints of Turquoise #49E2DB
RGB
CMYK
RGB Variations
Color information
#49E2DB (or 0x49E2DB) is known color: Turquoise. HEX triplet: 49, E2 and DB. RGB value is (73,226,219). Sum of RGB (Red+Green+Blue) = 73+226+219=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #49E2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E2DB is #B61D24. Grayscale: #B3B3B3. Windows color (decimal): -11935013 or 14410313. OLE color: 14410313.
HSL color Cylindrical-coordinate representation of color #49E2DB: hue angle of 177.25º 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 #49E2DB is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 226 | 219 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.11 |
| HSL | 177.25º | 0.73% | 0.59% | - |
| HSV(B) | 177.25º | 0.68% | 0.89% | - |
| XYZ | 42.73 | 60.92 | 76.53 | - |
| YUV | 179.46 | 150.31 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 219 | 0.68 | 0 | 0.03 | 0.11 | 177.25 | 0.73 | 0.59 |
| Hex | 49 | E2 | DB | 44 | 0 | 3 | B | B1 | 49 | 3B |
| Octal | 111 | 342 | 333 | 104 | 0 | 3 | 13 | 261 | 111 | 73 |
| Binary | 1001001 | 11100010 | 11011011 | 1000100 | 0 | 11 | 1011 | 10110001 | 1001001 | 111011 |
Color Harmonies of #49E2DB
Complementary color
Monochromatic Colors of #49E2DB
Black with #49E2DB
Text Example
Text Example
White with #49E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E2DB; }
p { color: rgb(73,226,219); }
H1.HeaderClassName
{
color: #49E2DB;
}
.AnyTagClassName
{
color: #49E2DB;
}
</style>
background-color css
<style>
a { background-color: #49E2DB; }
a { background-color: rgb(73,226,219); }
div.DivClassName
{
background-color: #49E2DB;
}
.BgClassName
{
background-color: #49E2DB;
}
</style>
border-color css
<style>
span { border-color: #49E2DB; }
span { border-color: rgb(73,226,219); }
td.TdClassName
{
border-color: #49E2DB;
}
.TagClassName
{
border-color: #49E2DB;
}
</style>