Shades of Turquoise #49EEC1
Tints of Turquoise #49EEC1
RGB
CMYK
RGB Variations
Color information
#49EEC1 (or 0x49EEC1) is known color: Turquoise. HEX triplet: 49, EE and C1. RGB value is (73,238,193). Sum of RGB (Red+Green+Blue) = 73+238+193=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EEC1 is #B6113E. Grayscale: #B7B7B7. Windows color (decimal): -11931967 or 12709449. OLE color: 12709449.
HSL color Cylindrical-coordinate representation of color #49EEC1: hue angle of 163.64º degrees, saturation: 0.83, 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 #49EEC1 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 193 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.07 |
| HSL | 163.64º | 0.83% | 0.61% | - |
| HSV(B) | 163.64º | 0.69% | 0.93% | - |
| XYZ | 42.95 | 66.42 | 61.01 | - |
| YUV | 183.54 | 133.34 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 193 | 0.69 | 0 | 0.19 | 0.07 | 163.64 | 0.83 | 0.61 |
| Hex | 49 | EE | C1 | 45 | 0 | 13 | 7 | A4 | 53 | 3D |
| Octal | 111 | 356 | 301 | 105 | 0 | 23 | 7 | 244 | 123 | 75 |
| Binary | 1001001 | 11101110 | 11000001 | 1000101 | 0 | 10011 | 111 | 10100100 | 1010011 | 111101 |
Color Harmonies of #49EEC1
Complementary color
Monochromatic Colors of #49EEC1
Black with #49EEC1
Text Example
Text Example
White with #49EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EEC1; }
p { color: rgb(73,238,193); }
H1.HeaderClassName
{
color: #49EEC1;
}
.AnyTagClassName
{
color: #49EEC1;
}
</style>
background-color css
<style>
a { background-color: #49EEC1; }
a { background-color: rgb(73,238,193); }
div.DivClassName
{
background-color: #49EEC1;
}
.BgClassName
{
background-color: #49EEC1;
}
</style>
border-color css
<style>
span { border-color: #49EEC1; }
span { border-color: rgb(73,238,193); }
td.TdClassName
{
border-color: #49EEC1;
}
.TagClassName
{
border-color: #49EEC1;
}
</style>