Shades of Turquoise Blue #49E5F8
Tints of Turquoise Blue #49E5F8
RGB
CMYK
RGB Variations
Color information
#49E5F8 (or 0x49E5F8) is known color: Turquoise Blue. HEX triplet: 49, E5 and F8. RGB value is (73,229,248). Sum of RGB (Red+Green+Blue) = 73+229+248=550 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.27% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #49E5F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E5F8 is #B61A07. Grayscale: #B8B8B8. Windows color (decimal): -11934216 or 16311625. OLE color: 16311625.
HSL color Cylindrical-coordinate representation of color #49E5F8: hue angle of 186.51º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49E5F8 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 229 | 248 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.03 |
| HSL | 186.51º | 0.93% | 0.63% | - |
| HSV(B) | 186.51º | 0.71% | 0.97% | - |
| XYZ | 47.71 | 64.23 | 98.69 | - |
| YUV | 184.52 | 163.82 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 229 | 248 | 0.71 | 0.08 | 0 | 0.03 | 186.51 | 0.93 | 0.63 |
| Hex | 49 | E5 | F8 | 47 | 8 | 0 | 3 | BB | 5D | 3F |
| Octal | 111 | 345 | 370 | 107 | 10 | 0 | 3 | 273 | 135 | 77 |
| Binary | 1001001 | 11100101 | 11111000 | 1000111 | 1000 | 0 | 11 | 10111011 | 1011101 | 111111 |
Color Harmonies of #49E5F8
Complementary color
Monochromatic Colors of #49E5F8
Black with #49E5F8
Text Example
Text Example
White with #49E5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E5F8; }
p { color: rgb(73,229,248); }
H1.HeaderClassName
{
color: #49E5F8;
}
.AnyTagClassName
{
color: #49E5F8;
}
</style>
background-color css
<style>
a { background-color: #49E5F8; }
a { background-color: rgb(73,229,248); }
div.DivClassName
{
background-color: #49E5F8;
}
.BgClassName
{
background-color: #49E5F8;
}
</style>
border-color css
<style>
span { border-color: #49E5F8; }
span { border-color: rgb(73,229,248); }
td.TdClassName
{
border-color: #49E5F8;
}
.TagClassName
{
border-color: #49E5F8;
}
</style>