Shades of Turquoise #49E6DD
Tints of Turquoise #49E6DD
RGB
CMYK
RGB Variations
Color information
#49E6DD (or 0x49E6DD) is known color: Turquoise. HEX triplet: 49, E6 and DD. RGB value is (73,230,221). Sum of RGB (Red+Green+Blue) = 73+230+221=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #49E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E6DD is #B61922. Grayscale: #B5B5B5. Windows color (decimal): -11933987 or 14542409. OLE color: 14542409.
HSL color Cylindrical-coordinate representation of color #49E6DD: hue angle of 176.56º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E6DD is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 230 | 221 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.10 |
| HSL | 176.56º | 0.76% | 0.59% | - |
| HSV(B) | 176.56º | 0.68% | 0.9% | - |
| XYZ | 44.1 | 63.23 | 78.29 | - |
| YUV | 182.03 | 149.99 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 230 | 221 | 0.68 | 0 | 0.04 | 0.10 | 176.56 | 0.76 | 0.59 |
| Hex | 49 | E6 | DD | 44 | 0 | 4 | A | B1 | 4C | 3B |
| Octal | 111 | 346 | 335 | 104 | 0 | 4 | 12 | 261 | 114 | 73 |
| Binary | 1001001 | 11100110 | 11011101 | 1000100 | 0 | 100 | 1010 | 10110001 | 1001100 | 111011 |
Color Harmonies of #49E6DD
Complementary color
Monochromatic Colors of #49E6DD
Black with #49E6DD
Text Example
Text Example
White with #49E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E6DD; }
p { color: rgb(73,230,221); }
H1.HeaderClassName
{
color: #49E6DD;
}
.AnyTagClassName
{
color: #49E6DD;
}
</style>
background-color css
<style>
a { background-color: #49E6DD; }
a { background-color: rgb(73,230,221); }
div.DivClassName
{
background-color: #49E6DD;
}
.BgClassName
{
background-color: #49E6DD;
}
</style>
border-color css
<style>
span { border-color: #49E6DD; }
span { border-color: rgb(73,230,221); }
td.TdClassName
{
border-color: #49E6DD;
}
.TagClassName
{
border-color: #49E6DD;
}
</style>