Shades of Turquoise #49EDD3
Tints of Turquoise #49EDD3
RGB
CMYK
RGB Variations
Color information
#49EDD3 (or 0x49EDD3) is known color: Turquoise. HEX triplet: 49, ED and D3. RGB value is (73,237,211). Sum of RGB (Red+Green+Blue) = 73+237+211=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDD3 is #B6122C. Grayscale: #B8B8B8. Windows color (decimal): -11932205 or 13888841. OLE color: 13888841.
HSL color Cylindrical-coordinate representation of color #49EDD3: hue angle of 170.49º degrees, saturation: 0.82, 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 #49EDD3 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 211 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.07 |
| HSL | 170.49º | 0.82% | 0.61% | - |
| HSV(B) | 170.49º | 0.69% | 0.93% | - |
| XYZ | 44.79 | 66.69 | 72.14 | - |
| YUV | 185 | 142.67 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 211 | 0.69 | 0 | 0.11 | 0.07 | 170.49 | 0.82 | 0.61 |
| Hex | 49 | ED | D3 | 45 | 0 | B | 7 | AA | 52 | 3D |
| Octal | 111 | 355 | 323 | 105 | 0 | 13 | 7 | 252 | 122 | 75 |
| Binary | 1001001 | 11101101 | 11010011 | 1000101 | 0 | 1011 | 111 | 10101010 | 1010010 | 111101 |
Color Harmonies of #49EDD3
Complementary color
Monochromatic Colors of #49EDD3
Black with #49EDD3
Text Example
Text Example
White with #49EDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDD3; }
p { color: rgb(73,237,211); }
H1.HeaderClassName
{
color: #49EDD3;
}
.AnyTagClassName
{
color: #49EDD3;
}
</style>
background-color css
<style>
a { background-color: #49EDD3; }
a { background-color: rgb(73,237,211); }
div.DivClassName
{
background-color: #49EDD3;
}
.BgClassName
{
background-color: #49EDD3;
}
</style>
border-color css
<style>
span { border-color: #49EDD3; }
span { border-color: rgb(73,237,211); }
td.TdClassName
{
border-color: #49EDD3;
}
.TagClassName
{
border-color: #49EDD3;
}
</style>