Shades of Turquoise #49ECC8
Tints of Turquoise #49ECC8
RGB
CMYK
RGB Variations
Color information
#49ECC8 (or 0x49ECC8) is known color: Turquoise. HEX triplet: 49, EC and C8. RGB value is (73,236,200). Sum of RGB (Red+Green+Blue) = 73+236+200=509 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.34% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECC8 is #B61337. Grayscale: #B7B7B7. Windows color (decimal): -11932472 or 13167689. OLE color: 13167689.
HSL color Cylindrical-coordinate representation of color #49ECC8: hue angle of 166.75º 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 #49ECC8 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 200 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.07 |
| HSL | 166.75º | 0.81% | 0.61% | - |
| HSV(B) | 166.75º | 0.69% | 0.93% | - |
| XYZ | 43.17 | 65.58 | 65.03 | - |
| YUV | 183.16 | 137.5 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 200 | 0.69 | 0 | 0.15 | 0.07 | 166.75 | 0.81 | 0.61 |
| Hex | 49 | EC | C8 | 45 | 0 | F | 7 | A7 | 51 | 3D |
| Octal | 111 | 354 | 310 | 105 | 0 | 17 | 7 | 247 | 121 | 75 |
| Binary | 1001001 | 11101100 | 11001000 | 1000101 | 0 | 1111 | 111 | 10100111 | 1010001 | 111101 |
Color Harmonies of #49ECC8
Complementary color
Monochromatic Colors of #49ECC8
Black with #49ECC8
Text Example
Text Example
White with #49ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECC8; }
p { color: rgb(73,236,200); }
H1.HeaderClassName
{
color: #49ECC8;
}
.AnyTagClassName
{
color: #49ECC8;
}
</style>
background-color css
<style>
a { background-color: #49ECC8; }
a { background-color: rgb(73,236,200); }
div.DivClassName
{
background-color: #49ECC8;
}
.BgClassName
{
background-color: #49ECC8;
}
</style>
border-color css
<style>
span { border-color: #49ECC8; }
span { border-color: rgb(73,236,200); }
td.TdClassName
{
border-color: #49ECC8;
}
.TagClassName
{
border-color: #49ECC8;
}
</style>