Shades of Turquoise Blue #49D1ED
Tints of Turquoise Blue #49D1ED
RGB
CMYK
RGB Variations
Color information
#49D1ED (or 0x49D1ED) is known color: Turquoise Blue. HEX triplet: 49, D1 and ED. RGB value is (73,209,237). Sum of RGB (Red+Green+Blue) = 73+209+237=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #49D1ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D1ED is #B62E12. Grayscale: #ABABAB. Windows color (decimal): -11939347 or 15585609. OLE color: 15585609.
HSL color Cylindrical-coordinate representation of color #49D1ED: hue angle of 190.24º 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 #49D1ED is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 209 | 237 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.07 |
| HSL | 190.24º | 0.82% | 0.61% | - |
| HSV(B) | 190.24º | 0.69% | 0.93% | - |
| XYZ | 40.83 | 53.13 | 88.22 | - |
| YUV | 171.53 | 164.94 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 237 | 0.69 | 0.12 | 0 | 0.07 | 190.24 | 0.82 | 0.61 |
| Hex | 49 | D1 | ED | 45 | C | 0 | 7 | BE | 52 | 3D |
| Octal | 111 | 321 | 355 | 105 | 14 | 0 | 7 | 276 | 122 | 75 |
| Binary | 1001001 | 11010001 | 11101101 | 1000101 | 1100 | 0 | 111 | 10111110 | 1010010 | 111101 |
Color Harmonies of #49D1ED
Complementary color
Monochromatic Colors of #49D1ED
Black with #49D1ED
Text Example
Text Example
White with #49D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D1ED; }
p { color: rgb(73,209,237); }
H1.HeaderClassName
{
color: #49D1ED;
}
.AnyTagClassName
{
color: #49D1ED;
}
</style>
background-color css
<style>
a { background-color: #49D1ED; }
a { background-color: rgb(73,209,237); }
div.DivClassName
{
background-color: #49D1ED;
}
.BgClassName
{
background-color: #49D1ED;
}
</style>
border-color css
<style>
span { border-color: #49D1ED; }
span { border-color: rgb(73,209,237); }
td.TdClassName
{
border-color: #49D1ED;
}
.TagClassName
{
border-color: #49D1ED;
}
</style>