Shades of Turquoise Blue #49DAFF
Tints of Turquoise Blue #49DAFF
RGB
CMYK
RGB Variations
Color information
#49DAFF (or 0x49DAFF) is known color: Turquoise Blue. HEX triplet: 49, DA and FF. RGB value is (73,218,255). Sum of RGB (Red+Green+Blue) = 73+218+255=546 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.37% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #49DAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DAFF is #B62500. Grayscale: #B2B2B2. Windows color (decimal): -11937025 or 16767561. OLE color: 16767561.
HSL color Cylindrical-coordinate representation of color #49DAFF: hue angle of 192.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49DAFF is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 218 | 255 | - |
| CMYK | 0.71 | 0.15 | 0 | 0 |
| HSL | 192.2º | 1% | 0.64% | - |
| HSV(B) | 192.2º | 0.71% | 1% | - |
| XYZ | 45.87 | 58.78 | 103.54 | - |
| YUV | 178.86 | 170.96 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 255 | 0.71 | 0.15 | 0 | 0 | 192.2 | 1 | 0.64 |
| Hex | 49 | DA | FF | 47 | F | 0 | 0 | C0 | 64 | 40 |
| Octal | 111 | 332 | 377 | 107 | 17 | 0 | 0 | 300 | 144 | 100 |
| Binary | 1001001 | 11011010 | 11111111 | 1000111 | 1111 | 0 | 0 | 11000000 | 1100100 | 1000000 |
Color Harmonies of #49DAFF
Complementary color
Monochromatic Colors of #49DAFF
Black with #49DAFF
Text Example
Text Example
White with #49DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DAFF; }
p { color: rgb(73,218,255); }
H1.HeaderClassName
{
color: #49DAFF;
}
.AnyTagClassName
{
color: #49DAFF;
}
</style>
background-color css
<style>
a { background-color: #49DAFF; }
a { background-color: rgb(73,218,255); }
div.DivClassName
{
background-color: #49DAFF;
}
.BgClassName
{
background-color: #49DAFF;
}
</style>
border-color css
<style>
span { border-color: #49DAFF; }
span { border-color: rgb(73,218,255); }
td.TdClassName
{
border-color: #49DAFF;
}
.TagClassName
{
border-color: #49DAFF;
}
</style>