Shades of Turquoise Blue #49DEF2
Tints of Turquoise Blue #49DEF2
RGB
CMYK
RGB Variations
Color information
#49DEF2 (or 0x49DEF2) is known color: Turquoise Blue. HEX triplet: 49, DE and F2. RGB value is (73,222,242). Sum of RGB (Red+Green+Blue) = 73+222+242=537 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.59% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #49DEF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DEF2 is #B6210D. Grayscale: #B3B3B3. Windows color (decimal): -11936014 or 15916617. OLE color: 15916617.
HSL color Cylindrical-coordinate representation of color #49DEF2: hue angle of 187.1º 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 #49DEF2 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 222 | 242 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.05 |
| HSL | 187.1º | 0.87% | 0.62% | - |
| HSV(B) | 187.1º | 0.7% | 0.95% | - |
| XYZ | 44.9 | 60.07 | 93.23 | - |
| YUV | 179.73 | 163.14 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 242 | 0.70 | 0.08 | 0 | 0.05 | 187.1 | 0.87 | 0.62 |
| Hex | 49 | DE | F2 | 46 | 8 | 0 | 5 | BB | 57 | 3E |
| Octal | 111 | 336 | 362 | 106 | 10 | 0 | 5 | 273 | 127 | 76 |
| Binary | 1001001 | 11011110 | 11110010 | 1000110 | 1000 | 0 | 101 | 10111011 | 1010111 | 111110 |
Color Harmonies of #49DEF2
Complementary color
Monochromatic Colors of #49DEF2
Black with #49DEF2
Text Example
Text Example
White with #49DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DEF2; }
p { color: rgb(73,222,242); }
H1.HeaderClassName
{
color: #49DEF2;
}
.AnyTagClassName
{
color: #49DEF2;
}
</style>
background-color css
<style>
a { background-color: #49DEF2; }
a { background-color: rgb(73,222,242); }
div.DivClassName
{
background-color: #49DEF2;
}
.BgClassName
{
background-color: #49DEF2;
}
</style>
border-color css
<style>
span { border-color: #49DEF2; }
span { border-color: rgb(73,222,242); }
td.TdClassName
{
border-color: #49DEF2;
}
.TagClassName
{
border-color: #49DEF2;
}
</style>