Shades of Turquoise #49E3CF
Tints of Turquoise #49E3CF
RGB
CMYK
RGB Variations
Color information
#49E3CF (or 0x49E3CF) is known color: Turquoise. HEX triplet: 49, E3 and CF. RGB value is (73,227,207). Sum of RGB (Red+Green+Blue) = 73+227+207=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #49E3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E3CF is #B61C30. Grayscale: #B2B2B2. Windows color (decimal): -11934769 or 13624137. OLE color: 13624137.
HSL color Cylindrical-coordinate representation of color #49E3CF: hue angle of 172.21º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E3CF is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 227 | 207 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.11 |
| HSL | 172.21º | 0.73% | 0.59% | - |
| HSV(B) | 172.21º | 0.68% | 0.89% | - |
| XYZ | 41.48 | 60.86 | 68.59 | - |
| YUV | 178.67 | 143.98 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 227 | 207 | 0.68 | 0 | 0.09 | 0.11 | 172.21 | 0.73 | 0.59 |
| Hex | 49 | E3 | CF | 44 | 0 | 9 | B | AC | 49 | 3B |
| Octal | 111 | 343 | 317 | 104 | 0 | 11 | 13 | 254 | 111 | 73 |
| Binary | 1001001 | 11100011 | 11001111 | 1000100 | 0 | 1001 | 1011 | 10101100 | 1001001 | 111011 |
Color Harmonies of #49E3CF
Complementary color
Monochromatic Colors of #49E3CF
Black with #49E3CF
Text Example
Text Example
White with #49E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49E3CF; }
p { color: rgb(73,227,207); }
H1.HeaderClassName
{
color: #49E3CF;
}
.AnyTagClassName
{
color: #49E3CF;
}
</style>
background-color css
<style>
a { background-color: #49E3CF; }
a { background-color: rgb(73,227,207); }
div.DivClassName
{
background-color: #49E3CF;
}
.BgClassName
{
background-color: #49E3CF;
}
</style>
border-color css
<style>
span { border-color: #49E3CF; }
span { border-color: rgb(73,227,207); }
td.TdClassName
{
border-color: #49E3CF;
}
.TagClassName
{
border-color: #49E3CF;
}
</style>