Shades of Turquoise Blue #49DBFD
Tints of Turquoise Blue #49DBFD
RGB
CMYK
RGB Variations
Color information
#49DBFD (or 0x49DBFD) is known color: Turquoise Blue. HEX triplet: 49, DB and FD. RGB value is (73,219,253). Sum of RGB (Red+Green+Blue) = 73+219+253=545 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.39% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #49DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DBFD is #B62402. Grayscale: #B2B2B2. Windows color (decimal): -11936771 or 16636745. OLE color: 16636745.
HSL color Cylindrical-coordinate representation of color #49DBFD: hue angle of 191.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49DBFD is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 219 | 253 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.01 |
| HSL | 191.33º | 0.98% | 0.64% | - |
| HSV(B) | 191.33º | 0.71% | 0.99% | - |
| XYZ | 45.81 | 59.17 | 101.94 | - |
| YUV | 179.22 | 169.63 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 253 | 0.71 | 0.13 | 0 | 0.01 | 191.33 | 0.98 | 0.64 |
| Hex | 49 | DB | FD | 47 | D | 0 | 1 | BF | 62 | 40 |
| Octal | 111 | 333 | 375 | 107 | 15 | 0 | 1 | 277 | 142 | 100 |
| Binary | 1001001 | 11011011 | 11111101 | 1000111 | 1101 | 0 | 1 | 10111111 | 1100010 | 1000000 |
Color Harmonies of #49DBFD
Complementary color
Monochromatic Colors of #49DBFD
Black with #49DBFD
Text Example
Text Example
White with #49DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBFD; }
p { color: rgb(73,219,253); }
H1.HeaderClassName
{
color: #49DBFD;
}
.AnyTagClassName
{
color: #49DBFD;
}
</style>
background-color css
<style>
a { background-color: #49DBFD; }
a { background-color: rgb(73,219,253); }
div.DivClassName
{
background-color: #49DBFD;
}
.BgClassName
{
background-color: #49DBFD;
}
</style>
border-color css
<style>
span { border-color: #49DBFD; }
span { border-color: rgb(73,219,253); }
td.TdClassName
{
border-color: #49DBFD;
}
.TagClassName
{
border-color: #49DBFD;
}
</style>