Shades of Medium Turquoise #49D3E0
Tints of Medium Turquoise #49D3E0
RGB
CMYK
RGB Variations
Color information
#49D3E0 (or 0x49D3E0) is known color: Medium Turquoise. HEX triplet: 49, D3 and E0. RGB value is (73,211,224). Sum of RGB (Red+Green+Blue) = 73+211+224=508 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.37% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #49D3E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D3E0 is #B62C1F. Grayscale: #ABABAB. Windows color (decimal): -11938848 or 14734153. OLE color: 14734153.
HSL color Cylindrical-coordinate representation of color #49D3E0: hue angle of 185.17º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49D3E0 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 211 | 224 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.12 |
| HSL | 185.17º | 0.71% | 0.58% | - |
| HSV(B) | 185.17º | 0.67% | 0.88% | - |
| XYZ | 39.5 | 53.39 | 78.74 | - |
| YUV | 171.22 | 157.78 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 211 | 224 | 0.67 | 0.06 | 0 | 0.12 | 185.17 | 0.71 | 0.58 |
| Hex | 49 | D3 | E0 | 43 | 6 | 0 | C | B9 | 47 | 3A |
| Octal | 111 | 323 | 340 | 103 | 6 | 0 | 14 | 271 | 107 | 72 |
| Binary | 1001001 | 11010011 | 11100000 | 1000011 | 110 | 0 | 1100 | 10111001 | 1000111 | 111010 |
Color Harmonies of #49D3E0
Complementary color
Monochromatic Colors of #49D3E0
Black with #49D3E0
Text Example
Text Example
White with #49D3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D3E0; }
p { color: rgb(73,211,224); }
H1.HeaderClassName
{
color: #49D3E0;
}
.AnyTagClassName
{
color: #49D3E0;
}
</style>
background-color css
<style>
a { background-color: #49D3E0; }
a { background-color: rgb(73,211,224); }
div.DivClassName
{
background-color: #49D3E0;
}
.BgClassName
{
background-color: #49D3E0;
}
</style>
border-color css
<style>
span { border-color: #49D3E0; }
span { border-color: rgb(73,211,224); }
td.TdClassName
{
border-color: #49D3E0;
}
.TagClassName
{
border-color: #49D3E0;
}
</style>