Shades of Turquoise #49E8DF
Tints of Turquoise #49E8DF
RGB
CMYK
RGB Variations
Color information
#49E8DF (or 0x49E8DF) is known color: Turquoise. HEX triplet: 49, E8 and DF. RGB value is (73,232,223). Sum of RGB (Red+Green+Blue) = 73+232+223=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #49E8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E8DF is #B61720. Grayscale: #B7B7B7. Windows color (decimal): -11933473 or 14673993. OLE color: 14673993.
HSL color Cylindrical-coordinate representation of color #49E8DF: hue angle of 176.6º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E8DF is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 223 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.09 |
| HSL | 176.6º | 0.78% | 0.6% | - |
| HSV(B) | 176.6º | 0.69% | 0.91% | - |
| XYZ | 44.92 | 64.46 | 79.89 | - |
| YUV | 183.43 | 150.32 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 223 | 0.69 | 0 | 0.04 | 0.09 | 176.6 | 0.78 | 0.6 |
| Hex | 49 | E8 | DF | 45 | 0 | 4 | 9 | B1 | 4E | 3C |
| Octal | 111 | 350 | 337 | 105 | 0 | 4 | 11 | 261 | 116 | 74 |
| Binary | 1001001 | 11101000 | 11011111 | 1000101 | 0 | 100 | 1001 | 10110001 | 1001110 | 111100 |
Color Harmonies of #49E8DF
Complementary color
Monochromatic Colors of #49E8DF
Black with #49E8DF
Text Example
Text Example
White with #49E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E8DF; }
p { color: rgb(73,232,223); }
H1.HeaderClassName
{
color: #49E8DF;
}
.AnyTagClassName
{
color: #49E8DF;
}
</style>
background-color css
<style>
a { background-color: #49E8DF; }
a { background-color: rgb(73,232,223); }
div.DivClassName
{
background-color: #49E8DF;
}
.BgClassName
{
background-color: #49E8DF;
}
</style>
border-color css
<style>
span { border-color: #49E8DF; }
span { border-color: rgb(73,232,223); }
td.TdClassName
{
border-color: #49E8DF;
}
.TagClassName
{
border-color: #49E8DF;
}
</style>