Shades of Turquoise Blue #49E8FD
Tints of Turquoise Blue #49E8FD
RGB
CMYK
RGB Variations
Color information
#49E8FD (or 0x49E8FD) is known color: Turquoise Blue. HEX triplet: 49, E8 and FD. RGB value is (73,232,253). Sum of RGB (Red+Green+Blue) = 73+232+253=558 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.08% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #49E8FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49E8FD is #B61702. Grayscale: #BABABA. Windows color (decimal): -11933443 or 16640073. OLE color: 16640073.
HSL color Cylindrical-coordinate representation of color #49E8FD: hue angle of 187º 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 #49E8FD is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 232 | 253 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.01 |
| HSL | 187º | 0.98% | 0.64% | - |
| HSV(B) | 187º | 0.71% | 0.99% | - |
| XYZ | 49.33 | 66.22 | 103.11 | - |
| YUV | 186.85 | 165.32 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 253 | 0.71 | 0.08 | 0 | 0.01 | 187 | 0.98 | 0.64 |
| Hex | 49 | E8 | FD | 47 | 8 | 0 | 1 | BB | 62 | 40 |
| Octal | 111 | 350 | 375 | 107 | 10 | 0 | 1 | 273 | 142 | 100 |
| Binary | 1001001 | 11101000 | 11111101 | 1000111 | 1000 | 0 | 1 | 10111011 | 1100010 | 1000000 |
Color Harmonies of #49E8FD
Complementary color
Monochromatic Colors of #49E8FD
Black with #49E8FD
Text Example
Text Example
White with #49E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E8FD; }
p { color: rgb(73,232,253); }
H1.HeaderClassName
{
color: #49E8FD;
}
.AnyTagClassName
{
color: #49E8FD;
}
</style>
background-color css
<style>
a { background-color: #49E8FD; }
a { background-color: rgb(73,232,253); }
div.DivClassName
{
background-color: #49E8FD;
}
.BgClassName
{
background-color: #49E8FD;
}
</style>
border-color css
<style>
span { border-color: #49E8FD; }
span { border-color: rgb(73,232,253); }
td.TdClassName
{
border-color: #49E8FD;
}
.TagClassName
{
border-color: #49E8FD;
}
</style>