Shades of Turquoise Blue #49DCF2
Tints of Turquoise Blue #49DCF2
RGB
CMYK
RGB Variations
Color information
#49DCF2 (or 0x49DCF2) is known color: Turquoise Blue. HEX triplet: 49, DC and F2. RGB value is (73,220,242). Sum of RGB (Red+Green+Blue) = 73+220+242=535 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.64% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #49DCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCF2 is #B6230D. Grayscale: #B2B2B2. Windows color (decimal): -11936526 or 15916105. OLE color: 15916105.
HSL color Cylindrical-coordinate representation of color #49DCF2: hue angle of 187.81º 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 #49DCF2 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 220 | 242 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.05 |
| HSL | 187.81º | 0.87% | 0.62% | - |
| HSV(B) | 187.81º | 0.7% | 0.95% | - |
| XYZ | 44.37 | 59.01 | 93.06 | - |
| YUV | 178.56 | 163.8 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 242 | 0.70 | 0.09 | 0 | 0.05 | 187.81 | 0.87 | 0.62 |
| Hex | 49 | DC | F2 | 46 | 9 | 0 | 5 | BC | 57 | 3E |
| Octal | 111 | 334 | 362 | 106 | 11 | 0 | 5 | 274 | 127 | 76 |
| Binary | 1001001 | 11011100 | 11110010 | 1000110 | 1001 | 0 | 101 | 10111100 | 1010111 | 111110 |
Color Harmonies of #49DCF2
Complementary color
Monochromatic Colors of #49DCF2
Black with #49DCF2
Text Example
Text Example
White with #49DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCF2; }
p { color: rgb(73,220,242); }
H1.HeaderClassName
{
color: #49DCF2;
}
.AnyTagClassName
{
color: #49DCF2;
}
</style>
background-color css
<style>
a { background-color: #49DCF2; }
a { background-color: rgb(73,220,242); }
div.DivClassName
{
background-color: #49DCF2;
}
.BgClassName
{
background-color: #49DCF2;
}
</style>
border-color css
<style>
span { border-color: #49DCF2; }
span { border-color: rgb(73,220,242); }
td.TdClassName
{
border-color: #49DCF2;
}
.TagClassName
{
border-color: #49DCF2;
}
</style>