Shades of Turquoise Blue #49EAF5
Tints of Turquoise Blue #49EAF5
RGB
CMYK
RGB Variations
Color information
#49EAF5 (or 0x49EAF5) is known color: Turquoise Blue. HEX triplet: 49, EA and F5. RGB value is (73,234,245). Sum of RGB (Red+Green+Blue) = 73+234+245=552 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.22% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #49EAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EAF5 is #B6150A. Grayscale: #BABABA. Windows color (decimal): -11932939 or 16116297. OLE color: 16116297.
HSL color Cylindrical-coordinate representation of color #49EAF5: hue angle of 183.84º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49EAF5 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 234 | 245 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.04 |
| HSL | 183.84º | 0.9% | 0.62% | - |
| HSV(B) | 183.84º | 0.7% | 0.96% | - |
| XYZ | 48.65 | 66.85 | 96.73 | - |
| YUV | 187.12 | 160.66 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 245 | 0.70 | 0.04 | 0 | 0.04 | 183.84 | 0.9 | 0.62 |
| Hex | 49 | EA | F5 | 46 | 4 | 0 | 4 | B8 | 5A | 3E |
| Octal | 111 | 352 | 365 | 106 | 4 | 0 | 4 | 270 | 132 | 76 |
| Binary | 1001001 | 11101010 | 11110101 | 1000110 | 100 | 0 | 100 | 10111000 | 1011010 | 111110 |
Color Harmonies of #49EAF5
Complementary color
Monochromatic Colors of #49EAF5
Black with #49EAF5
Text Example
Text Example
White with #49EAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EAF5; }
p { color: rgb(73,234,245); }
H1.HeaderClassName
{
color: #49EAF5;
}
.AnyTagClassName
{
color: #49EAF5;
}
</style>
background-color css
<style>
a { background-color: #49EAF5; }
a { background-color: rgb(73,234,245); }
div.DivClassName
{
background-color: #49EAF5;
}
.BgClassName
{
background-color: #49EAF5;
}
</style>
border-color css
<style>
span { border-color: #49EAF5; }
span { border-color: rgb(73,234,245); }
td.TdClassName
{
border-color: #49EAF5;
}
.TagClassName
{
border-color: #49EAF5;
}
</style>