Shades of Turquoise Blue #49DDFF
Tints of Turquoise Blue #49DDFF
RGB
CMYK
RGB Variations
Color information
#49DDFF (or 0x49DDFF) is known color: Turquoise Blue. HEX triplet: 49, DD and FF. RGB value is (73,221,255). Sum of RGB (Red+Green+Blue) = 73+221+255=549 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.30% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #49DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DDFF is #B62200. Grayscale: #B4B4B4. Windows color (decimal): -11936257 or 16768329. OLE color: 16768329.
HSL color Cylindrical-coordinate representation of color #49DDFF: hue angle of 191.21º 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 #49DDFF is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 221 | 255 | - |
| CMYK | 0.71 | 0.13 | 0 | 0 |
| HSL | 191.21º | 1% | 0.64% | - |
| HSV(B) | 191.21º | 0.71% | 1% | - |
| XYZ | 46.65 | 60.35 | 103.8 | - |
| YUV | 180.62 | 169.97 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 255 | 0.71 | 0.13 | 0 | 0 | 191.21 | 1 | 0.64 |
| Hex | 49 | DD | FF | 47 | D | 0 | 0 | BF | 64 | 40 |
| Octal | 111 | 335 | 377 | 107 | 15 | 0 | 0 | 277 | 144 | 100 |
| Binary | 1001001 | 11011101 | 11111111 | 1000111 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000000 |
Color Harmonies of #49DDFF
Complementary color
Monochromatic Colors of #49DDFF
Black with #49DDFF
Text Example
Text Example
White with #49DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DDFF; }
p { color: rgb(73,221,255); }
H1.HeaderClassName
{
color: #49DDFF;
}
.AnyTagClassName
{
color: #49DDFF;
}
</style>
background-color css
<style>
a { background-color: #49DDFF; }
a { background-color: rgb(73,221,255); }
div.DivClassName
{
background-color: #49DDFF;
}
.BgClassName
{
background-color: #49DDFF;
}
</style>
border-color css
<style>
span { border-color: #49DDFF; }
span { border-color: rgb(73,221,255); }
td.TdClassName
{
border-color: #49DDFF;
}
.TagClassName
{
border-color: #49DDFF;
}
</style>