Shades of Turquoise Blue #49DDF0
Tints of Turquoise Blue #49DDF0
RGB
CMYK
RGB Variations
Color information
#49DDF0 (or 0x49DDF0) is known color: Turquoise Blue. HEX triplet: 49, DD and F0. RGB value is (73,221,240). Sum of RGB (Red+Green+Blue) = 73+221+240=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #49DDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DDF0 is #B6220F. Grayscale: #B2B2B2. Windows color (decimal): -11936272 or 15785289. OLE color: 15785289.
HSL color Cylindrical-coordinate representation of color #49DDF0: hue angle of 186.83º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49DDF0 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 221 | 240 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.06 |
| HSL | 186.83º | 0.85% | 0.61% | - |
| HSV(B) | 186.83º | 0.7% | 0.94% | - |
| XYZ | 44.33 | 59.42 | 91.57 | - |
| YUV | 178.91 | 162.47 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 240 | 0.70 | 0.08 | 0 | 0.06 | 186.83 | 0.85 | 0.61 |
| Hex | 49 | DD | F0 | 46 | 8 | 0 | 6 | BB | 55 | 3D |
| Octal | 111 | 335 | 360 | 106 | 10 | 0 | 6 | 273 | 125 | 75 |
| Binary | 1001001 | 11011101 | 11110000 | 1000110 | 1000 | 0 | 110 | 10111011 | 1010101 | 111101 |
Color Harmonies of #49DDF0
Complementary color
Monochromatic Colors of #49DDF0
Black with #49DDF0
Text Example
Text Example
White with #49DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DDF0; }
p { color: rgb(73,221,240); }
H1.HeaderClassName
{
color: #49DDF0;
}
.AnyTagClassName
{
color: #49DDF0;
}
</style>
background-color css
<style>
a { background-color: #49DDF0; }
a { background-color: rgb(73,221,240); }
div.DivClassName
{
background-color: #49DDF0;
}
.BgClassName
{
background-color: #49DDF0;
}
</style>
border-color css
<style>
span { border-color: #49DDF0; }
span { border-color: rgb(73,221,240); }
td.TdClassName
{
border-color: #49DDF0;
}
.TagClassName
{
border-color: #49DDF0;
}
</style>