Shades of Turquoise #49E8CA
Tints of Turquoise #49E8CA
RGB
CMYK
RGB Variations
Color information
#49E8CA (or 0x49E8CA) is known color: Turquoise. HEX triplet: 49, E8 and CA. RGB value is (73,232,202). Sum of RGB (Red+Green+Blue) = 73+232+202=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #49E8CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E8CA is #B61735. Grayscale: #B5B5B5. Windows color (decimal): -11933494 or 13297737. OLE color: 13297737.
HSL color Cylindrical-coordinate representation of color #49E8CA: hue angle of 168.68º 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 #49E8CA is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 232 | 202 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.09 |
| HSL | 168.68º | 0.78% | 0.6% | - |
| HSV(B) | 168.68º | 0.69% | 0.91% | - |
| XYZ | 42.26 | 63.39 | 65.89 | - |
| YUV | 181.04 | 139.82 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 232 | 202 | 0.69 | 0 | 0.13 | 0.09 | 168.68 | 0.78 | 0.6 |
| Hex | 49 | E8 | CA | 45 | 0 | D | 9 | A9 | 4E | 3C |
| Octal | 111 | 350 | 312 | 105 | 0 | 15 | 11 | 251 | 116 | 74 |
| Binary | 1001001 | 11101000 | 11001010 | 1000101 | 0 | 1101 | 1001 | 10101001 | 1001110 | 111100 |
Color Harmonies of #49E8CA
Complementary color
Monochromatic Colors of #49E8CA
Black with #49E8CA
Text Example
Text Example
White with #49E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E8CA; }
p { color: rgb(73,232,202); }
H1.HeaderClassName
{
color: #49E8CA;
}
.AnyTagClassName
{
color: #49E8CA;
}
</style>
background-color css
<style>
a { background-color: #49E8CA; }
a { background-color: rgb(73,232,202); }
div.DivClassName
{
background-color: #49E8CA;
}
.BgClassName
{
background-color: #49E8CA;
}
</style>
border-color css
<style>
span { border-color: #49E8CA; }
span { border-color: rgb(73,232,202); }
td.TdClassName
{
border-color: #49E8CA;
}
.TagClassName
{
border-color: #49E8CA;
}
</style>