Shades of Turquoise Blue #49CEF4
Tints of Turquoise Blue #49CEF4
RGB
CMYK
RGB Variations
Color information
#49CEF4 (or 0x49CEF4) is known color: Turquoise Blue. HEX triplet: 49, CE and F4. RGB value is (73,206,244). Sum of RGB (Red+Green+Blue) = 73+206+244=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #49CEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CEF4 is #B6310B. Grayscale: #AAAAAA. Windows color (decimal): -11940108 or 16043593. OLE color: 16043593.
HSL color Cylindrical-coordinate representation of color #49CEF4: hue angle of 193.33º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CEF4 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 206 | 244 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.04 |
| HSL | 193.33º | 0.89% | 0.62% | - |
| HSV(B) | 193.33º | 0.7% | 0.96% | - |
| XYZ | 41.15 | 52.09 | 93.47 | - |
| YUV | 170.57 | 169.44 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 244 | 0.70 | 0.16 | 0 | 0.04 | 193.33 | 0.89 | 0.62 |
| Hex | 49 | CE | F4 | 46 | 10 | 0 | 4 | C1 | 59 | 3E |
| Octal | 111 | 316 | 364 | 106 | 20 | 0 | 4 | 301 | 131 | 76 |
| Binary | 1001001 | 11001110 | 11110100 | 1000110 | 10000 | 0 | 100 | 11000001 | 1011001 | 111110 |
Color Harmonies of #49CEF4
Complementary color
Monochromatic Colors of #49CEF4
Black with #49CEF4
Text Example
Text Example
White with #49CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CEF4; }
p { color: rgb(73,206,244); }
H1.HeaderClassName
{
color: #49CEF4;
}
.AnyTagClassName
{
color: #49CEF4;
}
</style>
background-color css
<style>
a { background-color: #49CEF4; }
a { background-color: rgb(73,206,244); }
div.DivClassName
{
background-color: #49CEF4;
}
.BgClassName
{
background-color: #49CEF4;
}
</style>
border-color css
<style>
span { border-color: #49CEF4; }
span { border-color: rgb(73,206,244); }
td.TdClassName
{
border-color: #49CEF4;
}
.TagClassName
{
border-color: #49CEF4;
}
</style>