Shades of Turquoise Blue #49DCFD
Tints of Turquoise Blue #49DCFD
RGB
CMYK
RGB Variations
Color information
#49DCFD (or 0x49DCFD) is known color: Turquoise Blue. HEX triplet: 49, DC and FD. RGB value is (73,220,253). Sum of RGB (Red+Green+Blue) = 73+220+253=546 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.37% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #49DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCFD is #B62302. Grayscale: #B3B3B3. Windows color (decimal): -11936515 or 16637001. OLE color: 16637001.
HSL color Cylindrical-coordinate representation of color #49DCFD: hue angle of 191º 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 #49DCFD is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 220 | 253 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.01 |
| HSL | 191º | 0.98% | 0.64% | - |
| HSV(B) | 191º | 0.71% | 0.99% | - |
| XYZ | 46.07 | 59.69 | 102.02 | - |
| YUV | 179.81 | 169.3 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 253 | 0.71 | 0.13 | 0 | 0.01 | 191 | 0.98 | 0.64 |
| Hex | 49 | DC | FD | 47 | D | 0 | 1 | BF | 62 | 40 |
| Octal | 111 | 334 | 375 | 107 | 15 | 0 | 1 | 277 | 142 | 100 |
| Binary | 1001001 | 11011100 | 11111101 | 1000111 | 1101 | 0 | 1 | 10111111 | 1100010 | 1000000 |
Color Harmonies of #49DCFD
Complementary color
Monochromatic Colors of #49DCFD
Black with #49DCFD
Text Example
Text Example
White with #49DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCFD; }
p { color: rgb(73,220,253); }
H1.HeaderClassName
{
color: #49DCFD;
}
.AnyTagClassName
{
color: #49DCFD;
}
</style>
background-color css
<style>
a { background-color: #49DCFD; }
a { background-color: rgb(73,220,253); }
div.DivClassName
{
background-color: #49DCFD;
}
.BgClassName
{
background-color: #49DCFD;
}
</style>
border-color css
<style>
span { border-color: #49DCFD; }
span { border-color: rgb(73,220,253); }
td.TdClassName
{
border-color: #49DCFD;
}
.TagClassName
{
border-color: #49DCFD;
}
</style>