Shades of Turquoise Blue #49D2FA
Tints of Turquoise Blue #49D2FA
RGB
CMYK
RGB Variations
Color information
#49D2FA (or 0x49D2FA) is known color: Turquoise Blue. HEX triplet: 49, D2 and FA. RGB value is (73,210,250). Sum of RGB (Red+Green+Blue) = 73+210+250=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #49D2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D2FA is #B62D05. Grayscale: #ADADAD. Windows color (decimal): -11939078 or 16437833. OLE color: 16437833.
HSL color Cylindrical-coordinate representation of color #49D2FA: hue angle of 193.56º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49D2FA is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 210 | 250 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.02 |
| HSL | 193.56º | 0.95% | 0.63% | - |
| HSV(B) | 193.56º | 0.71% | 0.98% | - |
| XYZ | 43.05 | 54.41 | 98.68 | - |
| YUV | 173.6 | 171.11 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 250 | 0.71 | 0.16 | 0 | 0.02 | 193.56 | 0.95 | 0.63 |
| Hex | 49 | D2 | FA | 47 | 10 | 0 | 2 | C2 | 5F | 3F |
| Octal | 111 | 322 | 372 | 107 | 20 | 0 | 2 | 302 | 137 | 77 |
| Binary | 1001001 | 11010010 | 11111010 | 1000111 | 10000 | 0 | 10 | 11000010 | 1011111 | 111111 |
Color Harmonies of #49D2FA
Complementary color
Monochromatic Colors of #49D2FA
Black with #49D2FA
Text Example
Text Example
White with #49D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D2FA; }
p { color: rgb(73,210,250); }
H1.HeaderClassName
{
color: #49D2FA;
}
.AnyTagClassName
{
color: #49D2FA;
}
</style>
background-color css
<style>
a { background-color: #49D2FA; }
a { background-color: rgb(73,210,250); }
div.DivClassName
{
background-color: #49D2FA;
}
.BgClassName
{
background-color: #49D2FA;
}
</style>
border-color css
<style>
span { border-color: #49D2FA; }
span { border-color: rgb(73,210,250); }
td.TdClassName
{
border-color: #49D2FA;
}
.TagClassName
{
border-color: #49D2FA;
}
</style>