Shades of Turquoise Blue #49E0FE
Tints of Turquoise Blue #49E0FE
RGB
CMYK
RGB Variations
Color information
#49E0FE (or 0x49E0FE) is known color: Turquoise Blue. HEX triplet: 49, E0 and FE. RGB value is (73,224,254). Sum of RGB (Red+Green+Blue) = 73+224+254=551 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.25% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #49E0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E0FE is #B61F01. Grayscale: #B6B6B6. Windows color (decimal): -11935490 or 16703561. OLE color: 16703561.
HSL color Cylindrical-coordinate representation of color #49E0FE: hue angle of 189.94º 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 #49E0FE is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 224 | 254 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.00 |
| HSL | 189.94º | 0.99% | 0.64% | - |
| HSV(B) | 189.94º | 0.71% | 1% | - |
| XYZ | 47.29 | 61.88 | 103.22 | - |
| YUV | 182.27 | 168.47 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 224 | 254 | 0.71 | 0.12 | 0 | 0.00 | 189.94 | 0.99 | 0.64 |
| Hex | 49 | E0 | FE | 47 | C | 0 | 0 | BE | 63 | 40 |
| Octal | 111 | 340 | 376 | 107 | 14 | 0 | 0 | 276 | 143 | 100 |
| Binary | 1001001 | 11100000 | 11111110 | 1000111 | 1100 | 0 | 0 | 10111110 | 1100011 | 1000000 |
Color Harmonies of #49E0FE
Complementary color
Monochromatic Colors of #49E0FE
Black with #49E0FE
Text Example
Text Example
White with #49E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E0FE; }
p { color: rgb(73,224,254); }
H1.HeaderClassName
{
color: #49E0FE;
}
.AnyTagClassName
{
color: #49E0FE;
}
</style>
background-color css
<style>
a { background-color: #49E0FE; }
a { background-color: rgb(73,224,254); }
div.DivClassName
{
background-color: #49E0FE;
}
.BgClassName
{
background-color: #49E0FE;
}
</style>
border-color css
<style>
span { border-color: #49E0FE; }
span { border-color: rgb(73,224,254); }
td.TdClassName
{
border-color: #49E0FE;
}
.TagClassName
{
border-color: #49E0FE;
}
</style>