Shades of Turquoise Blue #49DCFE
Tints of Turquoise Blue #49DCFE
RGB
CMYK
RGB Variations
Color information
#49DCFE (or 0x49DCFE) is known color: Turquoise Blue. HEX triplet: 49, DC and FE. RGB value is (73,220,254). Sum of RGB (Red+Green+Blue) = 73+220+254=547 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.35% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #49DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCFE is #B62301. Grayscale: #B3B3B3. Windows color (decimal): -11936514 or 16702537. OLE color: 16702537.
HSL color Cylindrical-coordinate representation of color #49DCFE: hue angle of 191.27º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49DCFE is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 220 | 254 | - |
| CMYK | 0.71 | 0.13 | 0 | 0.00 |
| HSL | 191.27º | 0.99% | 0.64% | - |
| HSV(B) | 191.27º | 0.71% | 1% | - |
| XYZ | 46.23 | 59.76 | 102.86 | - |
| YUV | 179.92 | 169.8 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 254 | 0.71 | 0.13 | 0 | 0.00 | 191.27 | 0.99 | 0.64 |
| Hex | 49 | DC | FE | 47 | D | 0 | 0 | BF | 63 | 40 |
| Octal | 111 | 334 | 376 | 107 | 15 | 0 | 0 | 277 | 143 | 100 |
| Binary | 1001001 | 11011100 | 11111110 | 1000111 | 1101 | 0 | 0 | 10111111 | 1100011 | 1000000 |
Color Harmonies of #49DCFE
Complementary color
Monochromatic Colors of #49DCFE
Black with #49DCFE
Text Example
Text Example
White with #49DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCFE; }
p { color: rgb(73,220,254); }
H1.HeaderClassName
{
color: #49DCFE;
}
.AnyTagClassName
{
color: #49DCFE;
}
</style>
background-color css
<style>
a { background-color: #49DCFE; }
a { background-color: rgb(73,220,254); }
div.DivClassName
{
background-color: #49DCFE;
}
.BgClassName
{
background-color: #49DCFE;
}
</style>
border-color css
<style>
span { border-color: #49DCFE; }
span { border-color: rgb(73,220,254); }
td.TdClassName
{
border-color: #49DCFE;
}
.TagClassName
{
border-color: #49DCFE;
}
</style>