Shades of Turquoise Blue #49CEF7
Tints of Turquoise Blue #49CEF7
RGB
CMYK
RGB Variations
Color information
#49CEF7 (or 0x49CEF7) is known color: Turquoise Blue. HEX triplet: 49, CE and F7. RGB value is (73,206,247). Sum of RGB (Red+Green+Blue) = 73+206+247=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #49CEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CEF7 is #B63108. Grayscale: #AAAAAA. Windows color (decimal): -11940105 or 16240201. OLE color: 16240201.
HSL color Cylindrical-coordinate representation of color #49CEF7: hue angle of 194.14º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CEF7 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 206 | 247 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.03 |
| HSL | 194.14º | 0.92% | 0.63% | - |
| HSV(B) | 194.14º | 0.7% | 0.97% | - |
| XYZ | 41.61 | 52.27 | 95.89 | - |
| YUV | 170.91 | 170.94 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 247 | 0.70 | 0.17 | 0 | 0.03 | 194.14 | 0.92 | 0.63 |
| Hex | 49 | CE | F7 | 46 | 11 | 0 | 3 | C2 | 5C | 3F |
| Octal | 111 | 316 | 367 | 106 | 21 | 0 | 3 | 302 | 134 | 77 |
| Binary | 1001001 | 11001110 | 11110111 | 1000110 | 10001 | 0 | 11 | 11000010 | 1011100 | 111111 |
Color Harmonies of #49CEF7
Complementary color
Monochromatic Colors of #49CEF7
Black with #49CEF7
Text Example
Text Example
White with #49CEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEF7; }
p { color: rgb(73,206,247); }
H1.HeaderClassName
{
color: #49CEF7;
}
.AnyTagClassName
{
color: #49CEF7;
}
</style>
background-color css
<style>
a { background-color: #49CEF7; }
a { background-color: rgb(73,206,247); }
div.DivClassName
{
background-color: #49CEF7;
}
.BgClassName
{
background-color: #49CEF7;
}
</style>
border-color css
<style>
span { border-color: #49CEF7; }
span { border-color: rgb(73,206,247); }
td.TdClassName
{
border-color: #49CEF7;
}
.TagClassName
{
border-color: #49CEF7;
}
</style>