Shades of Turquoise Blue #49E2FF
Tints of Turquoise Blue #49E2FF
RGB
CMYK
RGB Variations
Color information
#49E2FF (or 0x49E2FF) is known color: Turquoise Blue. HEX triplet: 49, E2 and FF. RGB value is (73,226,255). Sum of RGB (Red+Green+Blue) = 73+226+255=554 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.18% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #49E2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49E2FF is #B61D00. Grayscale: #B7B7B7. Windows color (decimal): -11934977 or 16769609. OLE color: 16769609.
HSL color Cylindrical-coordinate representation of color #49E2FF: hue angle of 189.56º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49E2FF is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 226 | 255 | - |
| CMYK | 0.71 | 0.11 | 0 | 0 |
| HSL | 189.56º | 1% | 0.64% | - |
| HSV(B) | 189.56º | 0.71% | 1% | - |
| XYZ | 47.99 | 63.03 | 104.24 | - |
| YUV | 183.56 | 168.31 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 226 | 255 | 0.71 | 0.11 | 0 | 0 | 189.56 | 1 | 0.64 |
| Hex | 49 | E2 | FF | 47 | B | 0 | 0 | BE | 64 | 40 |
| Octal | 111 | 342 | 377 | 107 | 13 | 0 | 0 | 276 | 144 | 100 |
| Binary | 1001001 | 11100010 | 11111111 | 1000111 | 1011 | 0 | 0 | 10111110 | 1100100 | 1000000 |
Color Harmonies of #49E2FF
Complementary color
Monochromatic Colors of #49E2FF
Black with #49E2FF
Text Example
Text Example
White with #49E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E2FF; }
p { color: rgb(73,226,255); }
H1.HeaderClassName
{
color: #49E2FF;
}
.AnyTagClassName
{
color: #49E2FF;
}
</style>
background-color css
<style>
a { background-color: #49E2FF; }
a { background-color: rgb(73,226,255); }
div.DivClassName
{
background-color: #49E2FF;
}
.BgClassName
{
background-color: #49E2FF;
}
</style>
border-color css
<style>
span { border-color: #49E2FF; }
span { border-color: rgb(73,226,255); }
td.TdClassName
{
border-color: #49E2FF;
}
.TagClassName
{
border-color: #49E2FF;
}
</style>