Shades of Turquoise Blue #49E5FD
Tints of Turquoise Blue #49E5FD
RGB
CMYK
RGB Variations
Color information
#49E5FD (or 0x49E5FD) is known color: Turquoise Blue. HEX triplet: 49, E5 and FD. RGB value is (73,229,253). Sum of RGB (Red+Green+Blue) = 73+229+253=555 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.15% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #49E5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E5FD is #B61A02. Grayscale: #B8B8B8. Windows color (decimal): -11934211 or 16639305. OLE color: 16639305.
HSL color Cylindrical-coordinate representation of color #49E5FD: hue angle of 188º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49E5FD is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 229 | 253 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.01 |
| HSL | 188º | 0.98% | 0.64% | - |
| HSV(B) | 188º | 0.71% | 0.99% | - |
| XYZ | 48.5 | 64.55 | 102.83 | - |
| YUV | 185.09 | 166.32 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 229 | 253 | 0.71 | 0.09 | 0 | 0.01 | 188 | 0.98 | 0.64 |
| Hex | 49 | E5 | FD | 47 | 9 | 0 | 1 | BC | 62 | 40 |
| Octal | 111 | 345 | 375 | 107 | 11 | 0 | 1 | 274 | 142 | 100 |
| Binary | 1001001 | 11100101 | 11111101 | 1000111 | 1001 | 0 | 1 | 10111100 | 1100010 | 1000000 |
Color Harmonies of #49E5FD
Complementary color
Monochromatic Colors of #49E5FD
Black with #49E5FD
Text Example
Text Example
White with #49E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E5FD; }
p { color: rgb(73,229,253); }
H1.HeaderClassName
{
color: #49E5FD;
}
.AnyTagClassName
{
color: #49E5FD;
}
</style>
background-color css
<style>
a { background-color: #49E5FD; }
a { background-color: rgb(73,229,253); }
div.DivClassName
{
background-color: #49E5FD;
}
.BgClassName
{
background-color: #49E5FD;
}
</style>
border-color css
<style>
span { border-color: #49E5FD; }
span { border-color: rgb(73,229,253); }
td.TdClassName
{
border-color: #49E5FD;
}
.TagClassName
{
border-color: #49E5FD;
}
</style>