Shades of Turquoise Blue #49DAF5
Tints of Turquoise Blue #49DAF5
RGB
CMYK
RGB Variations
Color information
#49DAF5 (or 0x49DAF5) is known color: Turquoise Blue. HEX triplet: 49, DA and F5. RGB value is (73,218,245). Sum of RGB (Red+Green+Blue) = 73+218+245=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 245 - color contains mainly: blue. Hex color #49DAF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DAF5 is #B6250A. Grayscale: #B1B1B1. Windows color (decimal): -11937035 or 16112201. OLE color: 16112201.
HSL color Cylindrical-coordinate representation of color #49DAF5: hue angle of 189.42º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49DAF5 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 218 | 245 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.04 |
| HSL | 189.42º | 0.9% | 0.62% | - |
| HSV(B) | 189.42º | 0.7% | 0.96% | - |
| XYZ | 44.3 | 58.15 | 95.28 | - |
| YUV | 177.72 | 165.96 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 245 | 0.70 | 0.11 | 0 | 0.04 | 189.42 | 0.9 | 0.62 |
| Hex | 49 | DA | F5 | 46 | B | 0 | 4 | BD | 5A | 3E |
| Octal | 111 | 332 | 365 | 106 | 13 | 0 | 4 | 275 | 132 | 76 |
| Binary | 1001001 | 11011010 | 11110101 | 1000110 | 1011 | 0 | 100 | 10111101 | 1011010 | 111110 |
Color Harmonies of #49DAF5
Complementary color
Monochromatic Colors of #49DAF5
Black with #49DAF5
Text Example
Text Example
White with #49DAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DAF5; }
p { color: rgb(73,218,245); }
H1.HeaderClassName
{
color: #49DAF5;
}
.AnyTagClassName
{
color: #49DAF5;
}
</style>
background-color css
<style>
a { background-color: #49DAF5; }
a { background-color: rgb(73,218,245); }
div.DivClassName
{
background-color: #49DAF5;
}
.BgClassName
{
background-color: #49DAF5;
}
</style>
border-color css
<style>
span { border-color: #49DAF5; }
span { border-color: rgb(73,218,245); }
td.TdClassName
{
border-color: #49DAF5;
}
.TagClassName
{
border-color: #49DAF5;
}
</style>