Shades of Turquoise #49DCEA
Tints of Turquoise #49DCEA
RGB
CMYK
RGB Variations
Color information
#49DCEA (or 0x49DCEA) is known color: Turquoise. HEX triplet: 49, DC and EA. RGB value is (73,220,234). Sum of RGB (Red+Green+Blue) = 73+220+234=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #49DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCEA is #B62315. Grayscale: #B1B1B1. Windows color (decimal): -11936534 or 15391817. OLE color: 15391817.
HSL color Cylindrical-coordinate representation of color #49DCEA: hue angle of 185.22º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DCEA is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 220 | 234 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.08 |
| HSL | 185.22º | 0.79% | 0.6% | - |
| HSV(B) | 185.22º | 0.69% | 0.92% | - |
| XYZ | 43.19 | 58.54 | 86.87 | - |
| YUV | 177.64 | 159.8 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 234 | 0.69 | 0.06 | 0 | 0.08 | 185.22 | 0.79 | 0.6 |
| Hex | 49 | DC | EA | 45 | 6 | 0 | 8 | B9 | 4F | 3C |
| Octal | 111 | 334 | 352 | 105 | 6 | 0 | 10 | 271 | 117 | 74 |
| Binary | 1001001 | 11011100 | 11101010 | 1000101 | 110 | 0 | 1000 | 10111001 | 1001111 | 111100 |
Color Harmonies of #49DCEA
Complementary color
Monochromatic Colors of #49DCEA
Black with #49DCEA
Text Example
Text Example
White with #49DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCEA; }
p { color: rgb(73,220,234); }
H1.HeaderClassName
{
color: #49DCEA;
}
.AnyTagClassName
{
color: #49DCEA;
}
</style>
background-color css
<style>
a { background-color: #49DCEA; }
a { background-color: rgb(73,220,234); }
div.DivClassName
{
background-color: #49DCEA;
}
.BgClassName
{
background-color: #49DCEA;
}
</style>
border-color css
<style>
span { border-color: #49DCEA; }
span { border-color: rgb(73,220,234); }
td.TdClassName
{
border-color: #49DCEA;
}
.TagClassName
{
border-color: #49DCEA;
}
</style>