Shades of Turquoise Blue #49DAFE
Tints of Turquoise Blue #49DAFE
RGB
CMYK
RGB Variations
Color information
#49DAFE (or 0x49DAFE) is known color: Turquoise Blue. HEX triplet: 49, DA and FE. RGB value is (73,218,254). Sum of RGB (Red+Green+Blue) = 73+218+254=545 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.39% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #49DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DAFE is #B62501. Grayscale: #B2B2B2. Windows color (decimal): -11937026 or 16702025. OLE color: 16702025.
HSL color Cylindrical-coordinate representation of color #49DAFE: hue angle of 191.93º 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 #49DAFE is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 218 | 254 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.00 |
| HSL | 191.93º | 0.99% | 0.64% | - |
| HSV(B) | 191.93º | 0.71% | 1% | - |
| XYZ | 45.71 | 58.72 | 102.69 | - |
| YUV | 178.75 | 170.46 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 254 | 0.71 | 0.14 | 0 | 0.00 | 191.93 | 0.99 | 0.64 |
| Hex | 49 | DA | FE | 47 | E | 0 | 0 | C0 | 63 | 40 |
| Octal | 111 | 332 | 376 | 107 | 16 | 0 | 0 | 300 | 143 | 100 |
| Binary | 1001001 | 11011010 | 11111110 | 1000111 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000000 |
Color Harmonies of #49DAFE
Complementary color
Monochromatic Colors of #49DAFE
Black with #49DAFE
Text Example
Text Example
White with #49DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DAFE; }
p { color: rgb(73,218,254); }
H1.HeaderClassName
{
color: #49DAFE;
}
.AnyTagClassName
{
color: #49DAFE;
}
</style>
background-color css
<style>
a { background-color: #49DAFE; }
a { background-color: rgb(73,218,254); }
div.DivClassName
{
background-color: #49DAFE;
}
.BgClassName
{
background-color: #49DAFE;
}
</style>
border-color css
<style>
span { border-color: #49DAFE; }
span { border-color: rgb(73,218,254); }
td.TdClassName
{
border-color: #49DAFE;
}
.TagClassName
{
border-color: #49DAFE;
}
</style>