Shades of Turquoise #49ECC5
Tints of Turquoise #49ECC5
RGB
CMYK
RGB Variations
Color information
#49ECC5 (or 0x49ECC5) is known color: Turquoise. HEX triplet: 49, EC and C5. RGB value is (73,236,197). Sum of RGB (Red+Green+Blue) = 73+236+197=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECC5 is #B6133A. Grayscale: #B6B6B6. Windows color (decimal): -11932475 or 12971081. OLE color: 12971081.
HSL color Cylindrical-coordinate representation of color #49ECC5: hue angle of 165.64º 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 #49ECC5 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 197 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.07 |
| HSL | 165.64º | 0.81% | 0.61% | - |
| HSV(B) | 165.64º | 0.69% | 0.93% | - |
| XYZ | 42.82 | 65.44 | 63.2 | - |
| YUV | 182.82 | 136 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 197 | 0.69 | 0 | 0.17 | 0.07 | 165.64 | 0.81 | 0.61 |
| Hex | 49 | EC | C5 | 45 | 0 | 11 | 7 | A6 | 51 | 3D |
| Octal | 111 | 354 | 305 | 105 | 0 | 21 | 7 | 246 | 121 | 75 |
| Binary | 1001001 | 11101100 | 11000101 | 1000101 | 0 | 10001 | 111 | 10100110 | 1010001 | 111101 |
Color Harmonies of #49ECC5
Complementary color
Monochromatic Colors of #49ECC5
Black with #49ECC5
Text Example
Text Example
White with #49ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECC5; }
p { color: rgb(73,236,197); }
H1.HeaderClassName
{
color: #49ECC5;
}
.AnyTagClassName
{
color: #49ECC5;
}
</style>
background-color css
<style>
a { background-color: #49ECC5; }
a { background-color: rgb(73,236,197); }
div.DivClassName
{
background-color: #49ECC5;
}
.BgClassName
{
background-color: #49ECC5;
}
</style>
border-color css
<style>
span { border-color: #49ECC5; }
span { border-color: rgb(73,236,197); }
td.TdClassName
{
border-color: #49ECC5;
}
.TagClassName
{
border-color: #49ECC5;
}
</style>