Shades of Turquoise Blue #49D3ED
Tints of Turquoise Blue #49D3ED
RGB
CMYK
RGB Variations
Color information
#49D3ED (or 0x49D3ED) is known color: Turquoise Blue. HEX triplet: 49, D3 and ED. RGB value is (73,211,237). Sum of RGB (Red+Green+Blue) = 73+211+237=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #49D3ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D3ED is #B62C12. Grayscale: #ACACAC. Windows color (decimal): -11938835 or 15586121. OLE color: 15586121.
HSL color Cylindrical-coordinate representation of color #49D3ED: hue angle of 189.51º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49D3ED is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 211 | 237 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.07 |
| HSL | 189.51º | 0.82% | 0.61% | - |
| HSV(B) | 189.51º | 0.69% | 0.93% | - |
| XYZ | 41.33 | 54.12 | 88.39 | - |
| YUV | 172.7 | 164.28 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 211 | 237 | 0.69 | 0.11 | 0 | 0.07 | 189.51 | 0.82 | 0.61 |
| Hex | 49 | D3 | ED | 45 | B | 0 | 7 | BE | 52 | 3D |
| Octal | 111 | 323 | 355 | 105 | 13 | 0 | 7 | 276 | 122 | 75 |
| Binary | 1001001 | 11010011 | 11101101 | 1000101 | 1011 | 0 | 111 | 10111110 | 1010010 | 111101 |
Color Harmonies of #49D3ED
Complementary color
Monochromatic Colors of #49D3ED
Black with #49D3ED
Text Example
Text Example
White with #49D3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D3ED; }
p { color: rgb(73,211,237); }
H1.HeaderClassName
{
color: #49D3ED;
}
.AnyTagClassName
{
color: #49D3ED;
}
</style>
background-color css
<style>
a { background-color: #49D3ED; }
a { background-color: rgb(73,211,237); }
div.DivClassName
{
background-color: #49D3ED;
}
.BgClassName
{
background-color: #49D3ED;
}
</style>
border-color css
<style>
span { border-color: #49D3ED; }
span { border-color: rgb(73,211,237); }
td.TdClassName
{
border-color: #49D3ED;
}
.TagClassName
{
border-color: #49D3ED;
}
</style>