Shades of Turquoise Blue #49D4FB
Tints of Turquoise Blue #49D4FB
RGB
CMYK
RGB Variations
Color information
#49D4FB (or 0x49D4FB) is known color: Turquoise Blue. HEX triplet: 49, D4 and FB. RGB value is (73,212,251). Sum of RGB (Red+Green+Blue) = 73+212+251=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #49D4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D4FB is #B62B04. Grayscale: #AEAEAE. Windows color (decimal): -11938565 or 16503881. OLE color: 16503881.
HSL color Cylindrical-coordinate representation of color #49D4FB: hue angle of 193.15º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49D4FB is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 212 | 251 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.02 |
| HSL | 193.15º | 0.96% | 0.64% | - |
| HSV(B) | 193.15º | 0.71% | 0.98% | - |
| XYZ | 43.7 | 55.47 | 99.67 | - |
| YUV | 174.89 | 170.95 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 212 | 251 | 0.71 | 0.16 | 0 | 0.02 | 193.15 | 0.96 | 0.64 |
| Hex | 49 | D4 | FB | 47 | 10 | 0 | 2 | C1 | 60 | 40 |
| Octal | 111 | 324 | 373 | 107 | 20 | 0 | 2 | 301 | 140 | 100 |
| Binary | 1001001 | 11010100 | 11111011 | 1000111 | 10000 | 0 | 10 | 11000001 | 1100000 | 1000000 |
Color Harmonies of #49D4FB
Complementary color
Monochromatic Colors of #49D4FB
Black with #49D4FB
Text Example
Text Example
White with #49D4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D4FB; }
p { color: rgb(73,212,251); }
H1.HeaderClassName
{
color: #49D4FB;
}
.AnyTagClassName
{
color: #49D4FB;
}
</style>
background-color css
<style>
a { background-color: #49D4FB; }
a { background-color: rgb(73,212,251); }
div.DivClassName
{
background-color: #49D4FB;
}
.BgClassName
{
background-color: #49D4FB;
}
</style>
border-color css
<style>
span { border-color: #49D4FB; }
span { border-color: rgb(73,212,251); }
td.TdClassName
{
border-color: #49D4FB;
}
.TagClassName
{
border-color: #49D4FB;
}
</style>