Shades of Turquoise Blue #49DCF3
Tints of Turquoise Blue #49DCF3
RGB
CMYK
RGB Variations
Color information
#49DCF3 (or 0x49DCF3) is known color: Turquoise Blue. HEX triplet: 49, DC and F3. RGB value is (73,220,243). Sum of RGB (Red+Green+Blue) = 73+220+243=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #49DCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCF3 is #B6230C. Grayscale: #B2B2B2. Windows color (decimal): -11936525 or 15981641. OLE color: 15981641.
HSL color Cylindrical-coordinate representation of color #49DCF3: hue angle of 188.12º degrees, saturation: 0.88, 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 #49DCF3 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 220 | 243 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.05 |
| HSL | 188.12º | 0.88% | 0.62% | - |
| HSV(B) | 188.12º | 0.7% | 0.95% | - |
| XYZ | 44.52 | 59.07 | 93.85 | - |
| YUV | 178.67 | 164.3 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 243 | 0.70 | 0.09 | 0 | 0.05 | 188.12 | 0.88 | 0.62 |
| Hex | 49 | DC | F3 | 46 | 9 | 0 | 5 | BC | 58 | 3E |
| Octal | 111 | 334 | 363 | 106 | 11 | 0 | 5 | 274 | 130 | 76 |
| Binary | 1001001 | 11011100 | 11110011 | 1000110 | 1001 | 0 | 101 | 10111100 | 1011000 | 111110 |
Color Harmonies of #49DCF3
Complementary color
Monochromatic Colors of #49DCF3
Black with #49DCF3
Text Example
Text Example
White with #49DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCF3; }
p { color: rgb(73,220,243); }
H1.HeaderClassName
{
color: #49DCF3;
}
.AnyTagClassName
{
color: #49DCF3;
}
</style>
background-color css
<style>
a { background-color: #49DCF3; }
a { background-color: rgb(73,220,243); }
div.DivClassName
{
background-color: #49DCF3;
}
.BgClassName
{
background-color: #49DCF3;
}
</style>
border-color css
<style>
span { border-color: #49DCF3; }
span { border-color: rgb(73,220,243); }
td.TdClassName
{
border-color: #49DCF3;
}
.TagClassName
{
border-color: #49DCF3;
}
</style>