Shades of Turquoise Blue #49DBFE
Tints of Turquoise Blue #49DBFE
RGB
CMYK
RGB Variations
Color information
#49DBFE (or 0x49DBFE) is known color: Turquoise Blue. HEX triplet: 49, DB and FE. RGB value is (73,219,254). Sum of RGB (Red+Green+Blue) = 73+219+254=546 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.37% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #49DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DBFE is #B62401. Grayscale: #B3B3B3. Windows color (decimal): -11936770 or 16702281. OLE color: 16702281.
HSL color Cylindrical-coordinate representation of color #49DBFE: hue angle of 191.6º 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 #49DBFE is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 219 | 254 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.00 |
| HSL | 191.6º | 0.99% | 0.64% | - |
| HSV(B) | 191.6º | 0.71% | 1% | - |
| XYZ | 45.97 | 59.24 | 102.78 | - |
| YUV | 179.34 | 170.13 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 254 | 0.71 | 0.14 | 0 | 0.00 | 191.6 | 0.99 | 0.64 |
| Hex | 49 | DB | FE | 47 | E | 0 | 0 | C0 | 63 | 40 |
| Octal | 111 | 333 | 376 | 107 | 16 | 0 | 0 | 300 | 143 | 100 |
| Binary | 1001001 | 11011011 | 11111110 | 1000111 | 1110 | 0 | 0 | 11000000 | 1100011 | 1000000 |
Color Harmonies of #49DBFE
Complementary color
Monochromatic Colors of #49DBFE
Black with #49DBFE
Text Example
Text Example
White with #49DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBFE; }
p { color: rgb(73,219,254); }
H1.HeaderClassName
{
color: #49DBFE;
}
.AnyTagClassName
{
color: #49DBFE;
}
</style>
background-color css
<style>
a { background-color: #49DBFE; }
a { background-color: rgb(73,219,254); }
div.DivClassName
{
background-color: #49DBFE;
}
.BgClassName
{
background-color: #49DBFE;
}
</style>
border-color css
<style>
span { border-color: #49DBFE; }
span { border-color: rgb(73,219,254); }
td.TdClassName
{
border-color: #49DBFE;
}
.TagClassName
{
border-color: #49DBFE;
}
</style>