Shades of Turquoise Blue #49D6ED
Tints of Turquoise Blue #49D6ED
RGB
CMYK
RGB Variations
Color information
#49D6ED (or 0x49D6ED) is known color: Turquoise Blue. HEX triplet: 49, D6 and ED. RGB value is (73,214,237). Sum of RGB (Red+Green+Blue) = 73+214+237=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #49D6ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D6ED is #B62912. Grayscale: #AEAEAE. Windows color (decimal): -11938067 or 15586889. OLE color: 15586889.
HSL color Cylindrical-coordinate representation of color #49D6ED: hue angle of 188.41º 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 #49D6ED is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 214 | 237 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.07 |
| HSL | 188.41º | 0.82% | 0.61% | - |
| HSV(B) | 188.41º | 0.69% | 0.93% | - |
| XYZ | 42.08 | 55.62 | 88.64 | - |
| YUV | 174.46 | 163.29 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 237 | 0.69 | 0.10 | 0 | 0.07 | 188.41 | 0.82 | 0.61 |
| Hex | 49 | D6 | ED | 45 | A | 0 | 7 | BC | 52 | 3D |
| Octal | 111 | 326 | 355 | 105 | 12 | 0 | 7 | 274 | 122 | 75 |
| Binary | 1001001 | 11010110 | 11101101 | 1000101 | 1010 | 0 | 111 | 10111100 | 1010010 | 111101 |
Color Harmonies of #49D6ED
Complementary color
Monochromatic Colors of #49D6ED
Black with #49D6ED
Text Example
Text Example
White with #49D6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D6ED; }
p { color: rgb(73,214,237); }
H1.HeaderClassName
{
color: #49D6ED;
}
.AnyTagClassName
{
color: #49D6ED;
}
</style>
background-color css
<style>
a { background-color: #49D6ED; }
a { background-color: rgb(73,214,237); }
div.DivClassName
{
background-color: #49D6ED;
}
.BgClassName
{
background-color: #49D6ED;
}
</style>
border-color css
<style>
span { border-color: #49D6ED; }
span { border-color: rgb(73,214,237); }
td.TdClassName
{
border-color: #49D6ED;
}
.TagClassName
{
border-color: #49D6ED;
}
</style>