Shades of Turquoise Blue #49DCFC
Tints of Turquoise Blue #49DCFC
RGB
CMYK
RGB Variations
Color information
#49DCFC (or 0x49DCFC) is known color: Turquoise Blue. HEX triplet: 49, DC and FC. RGB value is (73,220,252). Sum of RGB (Red+Green+Blue) = 73+220+252=545 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.39% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #49DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCFC is #B62303. Grayscale: #B3B3B3. Windows color (decimal): -11936516 or 16571465. OLE color: 16571465.
HSL color Cylindrical-coordinate representation of color #49DCFC: hue angle of 190.73º degrees, saturation: 0.97, 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 #49DCFC is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 220 | 252 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.01 |
| HSL | 190.73º | 0.97% | 0.64% | - |
| HSV(B) | 190.73º | 0.71% | 0.99% | - |
| XYZ | 45.91 | 59.63 | 101.19 | - |
| YUV | 179.7 | 168.8 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 252 | 0.71 | 0.13 | 0 | 0.01 | 190.73 | 0.97 | 0.64 |
| Hex | 49 | DC | FC | 47 | D | 0 | 1 | BF | 61 | 40 |
| Octal | 111 | 334 | 374 | 107 | 15 | 0 | 1 | 277 | 141 | 100 |
| Binary | 1001001 | 11011100 | 11111100 | 1000111 | 1101 | 0 | 1 | 10111111 | 1100001 | 1000000 |
Color Harmonies of #49DCFC
Complementary color
Monochromatic Colors of #49DCFC
Black with #49DCFC
Text Example
Text Example
White with #49DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCFC; }
p { color: rgb(73,220,252); }
H1.HeaderClassName
{
color: #49DCFC;
}
.AnyTagClassName
{
color: #49DCFC;
}
</style>
background-color css
<style>
a { background-color: #49DCFC; }
a { background-color: rgb(73,220,252); }
div.DivClassName
{
background-color: #49DCFC;
}
.BgClassName
{
background-color: #49DCFC;
}
</style>
border-color css
<style>
span { border-color: #49DCFC; }
span { border-color: rgb(73,220,252); }
td.TdClassName
{
border-color: #49DCFC;
}
.TagClassName
{
border-color: #49DCFC;
}
</style>