Shades of Turquoise Blue #49E5FE
Tints of Turquoise Blue #49E5FE
RGB
CMYK
RGB Variations
Color information
#49E5FE (or 0x49E5FE) is known color: Turquoise Blue. HEX triplet: 49, E5 and FE. RGB value is (73,229,254). Sum of RGB (Red+Green+Blue) = 73+229+254=556 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.13% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #49E5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E5FE is #B61A01. Grayscale: #B8B8B8. Windows color (decimal): -11934210 or 16704841. OLE color: 16704841.
HSL color Cylindrical-coordinate representation of color #49E5FE: hue angle of 188.29º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49E5FE is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 229 | 254 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.00 |
| HSL | 188.29º | 0.99% | 0.64% | - |
| HSV(B) | 188.29º | 0.71% | 1% | - |
| XYZ | 48.66 | 64.61 | 103.67 | - |
| YUV | 185.21 | 166.82 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 229 | 254 | 0.71 | 0.10 | 0 | 0.00 | 188.29 | 0.99 | 0.64 |
| Hex | 49 | E5 | FE | 47 | A | 0 | 0 | BC | 63 | 40 |
| Octal | 111 | 345 | 376 | 107 | 12 | 0 | 0 | 274 | 143 | 100 |
| Binary | 1001001 | 11100101 | 11111110 | 1000111 | 1010 | 0 | 0 | 10111100 | 1100011 | 1000000 |
Color Harmonies of #49E5FE
Complementary color
Monochromatic Colors of #49E5FE
Black with #49E5FE
Text Example
Text Example
White with #49E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E5FE; }
p { color: rgb(73,229,254); }
H1.HeaderClassName
{
color: #49E5FE;
}
.AnyTagClassName
{
color: #49E5FE;
}
</style>
background-color css
<style>
a { background-color: #49E5FE; }
a { background-color: rgb(73,229,254); }
div.DivClassName
{
background-color: #49E5FE;
}
.BgClassName
{
background-color: #49E5FE;
}
</style>
border-color css
<style>
span { border-color: #49E5FE; }
span { border-color: rgb(73,229,254); }
td.TdClassName
{
border-color: #49E5FE;
}
.TagClassName
{
border-color: #49E5FE;
}
</style>