Shades of Turquoise Blue #49DEF5
Tints of Turquoise Blue #49DEF5
RGB
CMYK
RGB Variations
Color information
#49DEF5 (or 0x49DEF5) is known color: Turquoise Blue. HEX triplet: 49, DE and F5. RGB value is (73,222,245). Sum of RGB (Red+Green+Blue) = 73+222+245=540 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.52% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #49DEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DEF5 is #B6210A. Grayscale: #B3B3B3. Windows color (decimal): -11936011 or 16113225. OLE color: 16113225.
HSL color Cylindrical-coordinate representation of color #49DEF5: hue angle of 188.02º 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 #49DEF5 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 222 | 245 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.04 |
| HSL | 188.02º | 0.9% | 0.62% | - |
| HSV(B) | 188.02º | 0.7% | 0.96% | - |
| XYZ | 45.35 | 60.25 | 95.63 | - |
| YUV | 180.07 | 164.64 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 245 | 0.70 | 0.09 | 0 | 0.04 | 188.02 | 0.9 | 0.62 |
| Hex | 49 | DE | F5 | 46 | 9 | 0 | 4 | BC | 5A | 3E |
| Octal | 111 | 336 | 365 | 106 | 11 | 0 | 4 | 274 | 132 | 76 |
| Binary | 1001001 | 11011110 | 11110101 | 1000110 | 1001 | 0 | 100 | 10111100 | 1011010 | 111110 |
Color Harmonies of #49DEF5
Complementary color
Monochromatic Colors of #49DEF5
Black with #49DEF5
Text Example
Text Example
White with #49DEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DEF5; }
p { color: rgb(73,222,245); }
H1.HeaderClassName
{
color: #49DEF5;
}
.AnyTagClassName
{
color: #49DEF5;
}
</style>
background-color css
<style>
a { background-color: #49DEF5; }
a { background-color: rgb(73,222,245); }
div.DivClassName
{
background-color: #49DEF5;
}
.BgClassName
{
background-color: #49DEF5;
}
</style>
border-color css
<style>
span { border-color: #49DEF5; }
span { border-color: rgb(73,222,245); }
td.TdClassName
{
border-color: #49DEF5;
}
.TagClassName
{
border-color: #49DEF5;
}
</style>