Shades of Turquoise Blue #49E2FE
Tints of Turquoise Blue #49E2FE
RGB
CMYK
RGB Variations
Color information
#49E2FE (or 0x49E2FE) is known color: Turquoise Blue. HEX triplet: 49, E2 and FE. RGB value is (73,226,254). Sum of RGB (Red+Green+Blue) = 73+226+254=553 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.20% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #49E2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E2FE is #B61D01. Grayscale: #B7B7B7. Windows color (decimal): -11934978 or 16704073. OLE color: 16704073.
HSL color Cylindrical-coordinate representation of color #49E2FE: hue angle of 189.28º 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 #49E2FE is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 226 | 254 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.00 |
| HSL | 189.28º | 0.99% | 0.64% | - |
| HSV(B) | 189.28º | 0.71% | 1% | - |
| XYZ | 47.83 | 62.96 | 103.4 | - |
| YUV | 183.45 | 167.81 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 254 | 0.71 | 0.11 | 0 | 0.00 | 189.28 | 0.99 | 0.64 |
| Hex | 49 | E2 | FE | 47 | B | 0 | 0 | BD | 63 | 40 |
| Octal | 111 | 342 | 376 | 107 | 13 | 0 | 0 | 275 | 143 | 100 |
| Binary | 1001001 | 11100010 | 11111110 | 1000111 | 1011 | 0 | 0 | 10111101 | 1100011 | 1000000 |
Color Harmonies of #49E2FE
Complementary color
Monochromatic Colors of #49E2FE
Black with #49E2FE
Text Example
Text Example
White with #49E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E2FE; }
p { color: rgb(73,226,254); }
H1.HeaderClassName
{
color: #49E2FE;
}
.AnyTagClassName
{
color: #49E2FE;
}
</style>
background-color css
<style>
a { background-color: #49E2FE; }
a { background-color: rgb(73,226,254); }
div.DivClassName
{
background-color: #49E2FE;
}
.BgClassName
{
background-color: #49E2FE;
}
</style>
border-color css
<style>
span { border-color: #49E2FE; }
span { border-color: rgb(73,226,254); }
td.TdClassName
{
border-color: #49E2FE;
}
.TagClassName
{
border-color: #49E2FE;
}
</style>