Shades of Turquoise #49E9CE
Tints of Turquoise #49E9CE
RGB
CMYK
RGB Variations
Color information
#49E9CE (or 0x49E9CE) is known color: Turquoise. HEX triplet: 49, E9 and CE. RGB value is (73,233,206). Sum of RGB (Red+Green+Blue) = 73+233+206=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #49E9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E9CE is #B61631. Grayscale: #B6B6B6. Windows color (decimal): -11933234 or 13560137. OLE color: 13560137.
HSL color Cylindrical-coordinate representation of color #49E9CE: hue angle of 169.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E9CE is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 233 | 206 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.09 |
| HSL | 169.88º | 0.78% | 0.6% | - |
| HSV(B) | 169.88º | 0.69% | 0.91% | - |
| XYZ | 43.03 | 64.15 | 68.51 | - |
| YUV | 182.08 | 141.49 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 233 | 206 | 0.69 | 0 | 0.12 | 0.09 | 169.88 | 0.78 | 0.6 |
| Hex | 49 | E9 | CE | 45 | 0 | C | 9 | AA | 4E | 3C |
| Octal | 111 | 351 | 316 | 105 | 0 | 14 | 11 | 252 | 116 | 74 |
| Binary | 1001001 | 11101001 | 11001110 | 1000101 | 0 | 1100 | 1001 | 10101010 | 1001110 | 111100 |
Color Harmonies of #49E9CE
Complementary color
Monochromatic Colors of #49E9CE
Black with #49E9CE
Text Example
Text Example
White with #49E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E9CE; }
p { color: rgb(73,233,206); }
H1.HeaderClassName
{
color: #49E9CE;
}
.AnyTagClassName
{
color: #49E9CE;
}
</style>
background-color css
<style>
a { background-color: #49E9CE; }
a { background-color: rgb(73,233,206); }
div.DivClassName
{
background-color: #49E9CE;
}
.BgClassName
{
background-color: #49E9CE;
}
</style>
border-color css
<style>
span { border-color: #49E9CE; }
span { border-color: rgb(73,233,206); }
td.TdClassName
{
border-color: #49E9CE;
}
.TagClassName
{
border-color: #49E9CE;
}
</style>