Shades of Turquoise Blue #49CEF2
Tints of Turquoise Blue #49CEF2
RGB
CMYK
RGB Variations
Color information
#49CEF2 (or 0x49CEF2) is known color: Turquoise Blue. HEX triplet: 49, CE and F2. RGB value is (73,206,242). Sum of RGB (Red+Green+Blue) = 73+206+242=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #49CEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CEF2 is #B6310D. Grayscale: #AAAAAA. Windows color (decimal): -11940110 or 15912521. OLE color: 15912521.
HSL color Cylindrical-coordinate representation of color #49CEF2: hue angle of 192.78º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CEF2 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 206 | 242 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.05 |
| HSL | 192.78º | 0.87% | 0.62% | - |
| HSV(B) | 192.78º | 0.7% | 0.95% | - |
| XYZ | 40.85 | 51.97 | 91.88 | - |
| YUV | 170.34 | 168.44 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 242 | 0.70 | 0.15 | 0 | 0.05 | 192.78 | 0.87 | 0.62 |
| Hex | 49 | CE | F2 | 46 | F | 0 | 5 | C1 | 57 | 3E |
| Octal | 111 | 316 | 362 | 106 | 17 | 0 | 5 | 301 | 127 | 76 |
| Binary | 1001001 | 11001110 | 11110010 | 1000110 | 1111 | 0 | 101 | 11000001 | 1010111 | 111110 |
Color Harmonies of #49CEF2
Complementary color
Monochromatic Colors of #49CEF2
Black with #49CEF2
Text Example
Text Example
White with #49CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEF2; }
p { color: rgb(73,206,242); }
H1.HeaderClassName
{
color: #49CEF2;
}
.AnyTagClassName
{
color: #49CEF2;
}
</style>
background-color css
<style>
a { background-color: #49CEF2; }
a { background-color: rgb(73,206,242); }
div.DivClassName
{
background-color: #49CEF2;
}
.BgClassName
{
background-color: #49CEF2;
}
</style>
border-color css
<style>
span { border-color: #49CEF2; }
span { border-color: rgb(73,206,242); }
td.TdClassName
{
border-color: #49CEF2;
}
.TagClassName
{
border-color: #49CEF2;
}
</style>