Shades of Turquoise #49DFEC
Tints of Turquoise #49DFEC
RGB
CMYK
RGB Variations
Color information
#49DFEC (or 0x49DFEC) is known color: Turquoise. HEX triplet: 49, DF and EC. RGB value is (73,223,236). Sum of RGB (Red+Green+Blue) = 73+223+236=532 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.72% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #49DFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFEC is #B62013. Grayscale: #B3B3B3. Windows color (decimal): -11935764 or 15523657. OLE color: 15523657.
HSL color Cylindrical-coordinate representation of color #49DFEC: hue angle of 184.79º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DFEC is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 223 | 236 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.07 |
| HSL | 184.79º | 0.81% | 0.61% | - |
| HSV(B) | 184.79º | 0.69% | 0.93% | - |
| XYZ | 44.28 | 60.25 | 88.65 | - |
| YUV | 179.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 223 | 236 | 0.69 | 0.06 | 0 | 0.07 | 184.79 | 0.81 | 0.61 |
| Hex | 49 | DF | EC | 45 | 6 | 0 | 7 | B9 | 51 | 3D |
| Octal | 111 | 337 | 354 | 105 | 6 | 0 | 7 | 271 | 121 | 75 |
| Binary | 1001001 | 11011111 | 11101100 | 1000101 | 110 | 0 | 111 | 10111001 | 1010001 | 111101 |
Color Harmonies of #49DFEC
Complementary color
Monochromatic Colors of #49DFEC
Black with #49DFEC
Text Example
Text Example
White with #49DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DFEC; }
p { color: rgb(73,223,236); }
H1.HeaderClassName
{
color: #49DFEC;
}
.AnyTagClassName
{
color: #49DFEC;
}
</style>
background-color css
<style>
a { background-color: #49DFEC; }
a { background-color: rgb(73,223,236); }
div.DivClassName
{
background-color: #49DFEC;
}
.BgClassName
{
background-color: #49DFEC;
}
</style>
border-color css
<style>
span { border-color: #49DFEC; }
span { border-color: rgb(73,223,236); }
td.TdClassName
{
border-color: #49DFEC;
}
.TagClassName
{
border-color: #49DFEC;
}
</style>