Shades of Turquoise Blue #49DFFF
Tints of Turquoise Blue #49DFFF
RGB
CMYK
RGB Variations
Color information
#49DFFF (or 0x49DFFF) is known color: Turquoise Blue. HEX triplet: 49, DF and FF. RGB value is (73,223,255). Sum of RGB (Red+Green+Blue) = 73+223+255=551 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.25% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #49DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFFF is #B62000. Grayscale: #B5B5B5. Windows color (decimal): -11935745 or 16768841. OLE color: 16768841.
HSL color Cylindrical-coordinate representation of color #49DFFF: hue angle of 190.55º 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 #49DFFF is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 223 | 255 | - |
| CMYK | 0.71 | 0.13 | 0 | 0 |
| HSL | 190.55º | 1% | 0.64% | - |
| HSV(B) | 190.55º | 0.71% | 1% | - |
| XYZ | 47.19 | 61.41 | 103.97 | - |
| YUV | 181.8 | 169.31 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 255 | 0.71 | 0.13 | 0 | 0 | 190.55 | 1 | 0.64 |
| Hex | 49 | DF | FF | 47 | D | 0 | 0 | BF | 64 | 40 |
| Octal | 111 | 337 | 377 | 107 | 15 | 0 | 0 | 277 | 144 | 100 |
| Binary | 1001001 | 11011111 | 11111111 | 1000111 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000000 |
Color Harmonies of #49DFFF
Complementary color
Monochromatic Colors of #49DFFF
Black with #49DFFF
Text Example
Text Example
White with #49DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DFFF; }
p { color: rgb(73,223,255); }
H1.HeaderClassName
{
color: #49DFFF;
}
.AnyTagClassName
{
color: #49DFFF;
}
</style>
background-color css
<style>
a { background-color: #49DFFF; }
a { background-color: rgb(73,223,255); }
div.DivClassName
{
background-color: #49DFFF;
}
.BgClassName
{
background-color: #49DFFF;
}
</style>
border-color css
<style>
span { border-color: #49DFFF; }
span { border-color: rgb(73,223,255); }
td.TdClassName
{
border-color: #49DFFF;
}
.TagClassName
{
border-color: #49DFFF;
}
</style>