Shades of Turquoise Blue #49DEFF
Tints of Turquoise Blue #49DEFF
RGB
CMYK
RGB Variations
Color information
#49DEFF (or 0x49DEFF) is known color: Turquoise Blue. HEX triplet: 49, DE and FF. RGB value is (73,222,255). Sum of RGB (Red+Green+Blue) = 73+222+255=550 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.27% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #49DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DEFF is #B62100. Grayscale: #B4B4B4. Windows color (decimal): -11936001 or 16768585. OLE color: 16768585.
HSL color Cylindrical-coordinate representation of color #49DEFF: hue angle of 190.88º 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 #49DEFF is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 222 | 255 | - |
| CMYK | 0.71 | 0.13 | 0 | 0 |
| HSL | 190.88º | 1% | 0.64% | - |
| HSV(B) | 190.88º | 0.71% | 1% | - |
| XYZ | 46.92 | 60.88 | 103.89 | - |
| YUV | 181.21 | 169.64 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 255 | 0.71 | 0.13 | 0 | 0 | 190.88 | 1 | 0.64 |
| Hex | 49 | DE | FF | 47 | D | 0 | 0 | BF | 64 | 40 |
| Octal | 111 | 336 | 377 | 107 | 15 | 0 | 0 | 277 | 144 | 100 |
| Binary | 1001001 | 11011110 | 11111111 | 1000111 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000000 |
Color Harmonies of #49DEFF
Complementary color
Monochromatic Colors of #49DEFF
Black with #49DEFF
Text Example
Text Example
White with #49DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DEFF; }
p { color: rgb(73,222,255); }
H1.HeaderClassName
{
color: #49DEFF;
}
.AnyTagClassName
{
color: #49DEFF;
}
</style>
background-color css
<style>
a { background-color: #49DEFF; }
a { background-color: rgb(73,222,255); }
div.DivClassName
{
background-color: #49DEFF;
}
.BgClassName
{
background-color: #49DEFF;
}
</style>
border-color css
<style>
span { border-color: #49DEFF; }
span { border-color: rgb(73,222,255); }
td.TdClassName
{
border-color: #49DEFF;
}
.TagClassName
{
border-color: #49DEFF;
}
</style>