Shades of Turquoise Blue #49D7FE
Tints of Turquoise Blue #49D7FE
RGB
CMYK
RGB Variations
Color information
#49D7FE (or 0x49D7FE) is known color: Turquoise Blue. HEX triplet: 49, D7 and FE. RGB value is (73,215,254). Sum of RGB (Red+Green+Blue) = 73+215+254=542 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.47% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #49D7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D7FE is #B62801. Grayscale: #B0B0B0. Windows color (decimal): -11937794 or 16701257. OLE color: 16701257.
HSL color Cylindrical-coordinate representation of color #49D7FE: hue angle of 192.93º 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 #49D7FE is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 215 | 254 | - |
| CMYK | 0.71 | 0.15 | 0 | 0.00 |
| HSL | 192.93º | 0.99% | 0.64% | - |
| HSV(B) | 192.93º | 0.71% | 1% | - |
| XYZ | 44.94 | 57.17 | 102.43 | - |
| YUV | 176.99 | 171.46 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 254 | 0.71 | 0.15 | 0 | 0.00 | 192.93 | 0.99 | 0.64 |
| Hex | 49 | D7 | FE | 47 | F | 0 | 0 | C1 | 63 | 40 |
| Octal | 111 | 327 | 376 | 107 | 17 | 0 | 0 | 301 | 143 | 100 |
| Binary | 1001001 | 11010111 | 11111110 | 1000111 | 1111 | 0 | 0 | 11000001 | 1100011 | 1000000 |
Color Harmonies of #49D7FE
Complementary color
Monochromatic Colors of #49D7FE
Black with #49D7FE
Text Example
Text Example
White with #49D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D7FE; }
p { color: rgb(73,215,254); }
H1.HeaderClassName
{
color: #49D7FE;
}
.AnyTagClassName
{
color: #49D7FE;
}
</style>
background-color css
<style>
a { background-color: #49D7FE; }
a { background-color: rgb(73,215,254); }
div.DivClassName
{
background-color: #49D7FE;
}
.BgClassName
{
background-color: #49D7FE;
}
</style>
border-color css
<style>
span { border-color: #49D7FE; }
span { border-color: rgb(73,215,254); }
td.TdClassName
{
border-color: #49D7FE;
}
.TagClassName
{
border-color: #49D7FE;
}
</style>