Shades of Turquoise Blue #49DDEF
Tints of Turquoise Blue #49DDEF
RGB
CMYK
RGB Variations
Color information
#49DDEF (or 0x49DDEF) is known color: Turquoise Blue. HEX triplet: 49, DD and EF. RGB value is (73,221,239). Sum of RGB (Red+Green+Blue) = 73+221+239=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #49DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DDEF is #B62210. Grayscale: #B2B2B2. Windows color (decimal): -11936273 or 15719753. OLE color: 15719753.
HSL color Cylindrical-coordinate representation of color #49DDEF: hue angle of 186.51º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DDEF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 221 | 239 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.06 |
| HSL | 186.51º | 0.84% | 0.61% | - |
| HSV(B) | 186.51º | 0.69% | 0.94% | - |
| XYZ | 44.18 | 59.36 | 90.79 | - |
| YUV | 178.8 | 161.97 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 239 | 0.69 | 0.08 | 0 | 0.06 | 186.51 | 0.84 | 0.61 |
| Hex | 49 | DD | EF | 45 | 8 | 0 | 6 | BB | 54 | 3D |
| Octal | 111 | 335 | 357 | 105 | 10 | 0 | 6 | 273 | 124 | 75 |
| Binary | 1001001 | 11011101 | 11101111 | 1000101 | 1000 | 0 | 110 | 10111011 | 1010100 | 111101 |
Color Harmonies of #49DDEF
Complementary color
Monochromatic Colors of #49DDEF
Black with #49DDEF
Text Example
Text Example
White with #49DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DDEF; }
p { color: rgb(73,221,239); }
H1.HeaderClassName
{
color: #49DDEF;
}
.AnyTagClassName
{
color: #49DDEF;
}
</style>
background-color css
<style>
a { background-color: #49DDEF; }
a { background-color: rgb(73,221,239); }
div.DivClassName
{
background-color: #49DDEF;
}
.BgClassName
{
background-color: #49DDEF;
}
</style>
border-color css
<style>
span { border-color: #49DDEF; }
span { border-color: rgb(73,221,239); }
td.TdClassName
{
border-color: #49DDEF;
}
.TagClassName
{
border-color: #49DDEF;
}
</style>