Shades of Turquoise #49ECC3
Tints of Turquoise #49ECC3
RGB
CMYK
RGB Variations
Color information
#49ECC3 (or 0x49ECC3) is known color: Turquoise. HEX triplet: 49, EC and C3. RGB value is (73,236,195). Sum of RGB (Red+Green+Blue) = 73+236+195=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECC3 is #B6133C. Grayscale: #B6B6B6. Windows color (decimal): -11932477 or 12840009. OLE color: 12840009.
HSL color Cylindrical-coordinate representation of color #49ECC3: hue angle of 164.91º 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 #49ECC3 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 236 | 195 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.07 |
| HSL | 164.91º | 0.81% | 0.61% | - |
| HSV(B) | 164.91º | 0.69% | 0.93% | - |
| XYZ | 42.59 | 65.35 | 62 | - |
| YUV | 182.59 | 135 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 236 | 195 | 0.69 | 0 | 0.17 | 0.07 | 164.91 | 0.81 | 0.61 |
| Hex | 49 | EC | C3 | 45 | 0 | 11 | 7 | A5 | 51 | 3D |
| Octal | 111 | 354 | 303 | 105 | 0 | 21 | 7 | 245 | 121 | 75 |
| Binary | 1001001 | 11101100 | 11000011 | 1000101 | 0 | 10001 | 111 | 10100101 | 1010001 | 111101 |
Color Harmonies of #49ECC3
Complementary color
Monochromatic Colors of #49ECC3
Black with #49ECC3
Text Example
Text Example
White with #49ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ECC3; }
p { color: rgb(73,236,195); }
H1.HeaderClassName
{
color: #49ECC3;
}
.AnyTagClassName
{
color: #49ECC3;
}
</style>
background-color css
<style>
a { background-color: #49ECC3; }
a { background-color: rgb(73,236,195); }
div.DivClassName
{
background-color: #49ECC3;
}
.BgClassName
{
background-color: #49ECC3;
}
</style>
border-color css
<style>
span { border-color: #49ECC3; }
span { border-color: rgb(73,236,195); }
td.TdClassName
{
border-color: #49ECC3;
}
.TagClassName
{
border-color: #49ECC3;
}
</style>