Shades of Turquoise #49EAD2
Tints of Turquoise #49EAD2
RGB
CMYK
RGB Variations
Color information
#49EAD2 (or 0x49EAD2) is known color: Turquoise. HEX triplet: 49, EA and D2. RGB value is (73,234,210). Sum of RGB (Red+Green+Blue) = 73+234+210=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EAD2 is #B6152D. Grayscale: #B7B7B7. Windows color (decimal): -11932974 or 13822537. OLE color: 13822537.
HSL color Cylindrical-coordinate representation of color #49EAD2: hue angle of 171.06º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EAD2 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 210 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.08 |
| HSL | 171.06º | 0.79% | 0.6% | - |
| HSV(B) | 171.06º | 0.69% | 0.92% | - |
| XYZ | 43.8 | 64.92 | 71.19 | - |
| YUV | 183.13 | 143.16 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 210 | 0.69 | 0 | 0.10 | 0.08 | 171.06 | 0.79 | 0.6 |
| Hex | 49 | EA | D2 | 45 | 0 | A | 8 | AB | 4F | 3C |
| Octal | 111 | 352 | 322 | 105 | 0 | 12 | 10 | 253 | 117 | 74 |
| Binary | 1001001 | 11101010 | 11010010 | 1000101 | 0 | 1010 | 1000 | 10101011 | 1001111 | 111100 |
Color Harmonies of #49EAD2
Complementary color
Monochromatic Colors of #49EAD2
Black with #49EAD2
Text Example
Text Example
White with #49EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EAD2; }
p { color: rgb(73,234,210); }
H1.HeaderClassName
{
color: #49EAD2;
}
.AnyTagClassName
{
color: #49EAD2;
}
</style>
background-color css
<style>
a { background-color: #49EAD2; }
a { background-color: rgb(73,234,210); }
div.DivClassName
{
background-color: #49EAD2;
}
.BgClassName
{
background-color: #49EAD2;
}
</style>
border-color css
<style>
span { border-color: #49EAD2; }
span { border-color: rgb(73,234,210); }
td.TdClassName
{
border-color: #49EAD2;
}
.TagClassName
{
border-color: #49EAD2;
}
</style>