Shades of Turquoise Blue #49E8F9
Tints of Turquoise Blue #49E8F9
RGB
CMYK
RGB Variations
Color information
#49E8F9 (or 0x49E8F9) is known color: Turquoise Blue. HEX triplet: 49, E8 and F9. RGB value is (73,232,249). Sum of RGB (Red+Green+Blue) = 73+232+249=554 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.18% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #49E8F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49E8F9 is #B61706. Grayscale: #BABABA. Windows color (decimal): -11933447 or 16377929. OLE color: 16377929.
HSL color Cylindrical-coordinate representation of color #49E8F9: hue angle of 185.8º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49E8F9 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 232 | 249 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.02 |
| HSL | 185.8º | 0.94% | 0.63% | - |
| HSV(B) | 185.8º | 0.71% | 0.98% | - |
| XYZ | 48.7 | 65.97 | 99.79 | - |
| YUV | 186.4 | 163.32 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 249 | 0.71 | 0.07 | 0 | 0.02 | 185.8 | 0.94 | 0.63 |
| Hex | 49 | E8 | F9 | 47 | 7 | 0 | 2 | BA | 5E | 3F |
| Octal | 111 | 350 | 371 | 107 | 7 | 0 | 2 | 272 | 136 | 77 |
| Binary | 1001001 | 11101000 | 11111001 | 1000111 | 111 | 0 | 10 | 10111010 | 1011110 | 111111 |
Color Harmonies of #49E8F9
Complementary color
Monochromatic Colors of #49E8F9
Black with #49E8F9
Text Example
Text Example
White with #49E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E8F9; }
p { color: rgb(73,232,249); }
H1.HeaderClassName
{
color: #49E8F9;
}
.AnyTagClassName
{
color: #49E8F9;
}
</style>
background-color css
<style>
a { background-color: #49E8F9; }
a { background-color: rgb(73,232,249); }
div.DivClassName
{
background-color: #49E8F9;
}
.BgClassName
{
background-color: #49E8F9;
}
</style>
border-color css
<style>
span { border-color: #49E8F9; }
span { border-color: rgb(73,232,249); }
td.TdClassName
{
border-color: #49E8F9;
}
.TagClassName
{
border-color: #49E8F9;
}
</style>