Shades of Turquoise Blue #49DBFB
Tints of Turquoise Blue #49DBFB
RGB
CMYK
RGB Variations
Color information
#49DBFB (or 0x49DBFB) is known color: Turquoise Blue. HEX triplet: 49, DB and FB. RGB value is (73,219,251). Sum of RGB (Red+Green+Blue) = 73+219+251=543 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.44% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #49DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DBFB is #B62404. Grayscale: #B2B2B2. Windows color (decimal): -11936773 or 16505673. OLE color: 16505673.
HSL color Cylindrical-coordinate representation of color #49DBFB: hue angle of 190.79º 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 #49DBFB is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 219 | 251 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.02 |
| HSL | 190.79º | 0.96% | 0.64% | - |
| HSV(B) | 190.79º | 0.71% | 0.98% | - |
| XYZ | 45.49 | 59.04 | 100.27 | - |
| YUV | 178.99 | 168.63 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 251 | 0.71 | 0.13 | 0 | 0.02 | 190.79 | 0.96 | 0.64 |
| Hex | 49 | DB | FB | 47 | D | 0 | 2 | BF | 60 | 40 |
| Octal | 111 | 333 | 373 | 107 | 15 | 0 | 2 | 277 | 140 | 100 |
| Binary | 1001001 | 11011011 | 11111011 | 1000111 | 1101 | 0 | 10 | 10111111 | 1100000 | 1000000 |
Color Harmonies of #49DBFB
Complementary color
Monochromatic Colors of #49DBFB
Black with #49DBFB
Text Example
Text Example
White with #49DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBFB; }
p { color: rgb(73,219,251); }
H1.HeaderClassName
{
color: #49DBFB;
}
.AnyTagClassName
{
color: #49DBFB;
}
</style>
background-color css
<style>
a { background-color: #49DBFB; }
a { background-color: rgb(73,219,251); }
div.DivClassName
{
background-color: #49DBFB;
}
.BgClassName
{
background-color: #49DBFB;
}
</style>
border-color css
<style>
span { border-color: #49DBFB; }
span { border-color: rgb(73,219,251); }
td.TdClassName
{
border-color: #49DBFB;
}
.TagClassName
{
border-color: #49DBFB;
}
</style>