Shades of Turquoise #49EADD
Tints of Turquoise #49EADD
RGB
CMYK
RGB Variations
Color information
#49EADD (or 0x49EADD) is known color: Turquoise. HEX triplet: 49, EA and DD. RGB value is (73,234,221). Sum of RGB (Red+Green+Blue) = 73+234+221=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #49EADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EADD is #B61522. Grayscale: #B8B8B8. Windows color (decimal): -11932963 or 14543433. OLE color: 14543433.
HSL color Cylindrical-coordinate representation of color #49EADD: hue angle of 175.16º 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 #49EADD is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 221 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.08 |
| HSL | 175.16º | 0.79% | 0.6% | - |
| HSV(B) | 175.16º | 0.69% | 0.92% | - |
| XYZ | 45.22 | 65.48 | 78.66 | - |
| YUV | 184.38 | 148.66 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 221 | 0.69 | 0 | 0.06 | 0.08 | 175.16 | 0.79 | 0.6 |
| Hex | 49 | EA | DD | 45 | 0 | 6 | 8 | AF | 4F | 3C |
| Octal | 111 | 352 | 335 | 105 | 0 | 6 | 10 | 257 | 117 | 74 |
| Binary | 1001001 | 11101010 | 11011101 | 1000101 | 0 | 110 | 1000 | 10101111 | 1001111 | 111100 |
Color Harmonies of #49EADD
Complementary color
Monochromatic Colors of #49EADD
Black with #49EADD
Text Example
Text Example
White with #49EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EADD; }
p { color: rgb(73,234,221); }
H1.HeaderClassName
{
color: #49EADD;
}
.AnyTagClassName
{
color: #49EADD;
}
</style>
background-color css
<style>
a { background-color: #49EADD; }
a { background-color: rgb(73,234,221); }
div.DivClassName
{
background-color: #49EADD;
}
.BgClassName
{
background-color: #49EADD;
}
</style>
border-color css
<style>
span { border-color: #49EADD; }
span { border-color: rgb(73,234,221); }
td.TdClassName
{
border-color: #49EADD;
}
.TagClassName
{
border-color: #49EADD;
}
</style>