Shades of Turquoise Blue #49DCFB
Tints of Turquoise Blue #49DCFB
RGB
CMYK
RGB Variations
Color information
#49DCFB (or 0x49DCFB) is known color: Turquoise Blue. HEX triplet: 49, DC and FB. RGB value is (73,220,251). Sum of RGB (Red+Green+Blue) = 73+220+251=544 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.42% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #49DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCFB is #B62304. Grayscale: #B3B3B3. Windows color (decimal): -11936517 or 16505929. OLE color: 16505929.
HSL color Cylindrical-coordinate representation of color #49DCFB: hue angle of 190.45º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49DCFB is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 220 | 251 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.02 |
| HSL | 190.45º | 0.96% | 0.64% | - |
| HSV(B) | 190.45º | 0.71% | 0.98% | - |
| XYZ | 45.75 | 59.57 | 100.35 | - |
| YUV | 179.58 | 168.3 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 251 | 0.71 | 0.12 | 0 | 0.02 | 190.45 | 0.96 | 0.64 |
| Hex | 49 | DC | FB | 47 | C | 0 | 2 | BE | 60 | 40 |
| Octal | 111 | 334 | 373 | 107 | 14 | 0 | 2 | 276 | 140 | 100 |
| Binary | 1001001 | 11011100 | 11111011 | 1000111 | 1100 | 0 | 10 | 10111110 | 1100000 | 1000000 |
Color Harmonies of #49DCFB
Complementary color
Monochromatic Colors of #49DCFB
Black with #49DCFB
Text Example
Text Example
White with #49DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCFB; }
p { color: rgb(73,220,251); }
H1.HeaderClassName
{
color: #49DCFB;
}
.AnyTagClassName
{
color: #49DCFB;
}
</style>
background-color css
<style>
a { background-color: #49DCFB; }
a { background-color: rgb(73,220,251); }
div.DivClassName
{
background-color: #49DCFB;
}
.BgClassName
{
background-color: #49DCFB;
}
</style>
border-color css
<style>
span { border-color: #49DCFB; }
span { border-color: rgb(73,220,251); }
td.TdClassName
{
border-color: #49DCFB;
}
.TagClassName
{
border-color: #49DCFB;
}
</style>