Shades of Turquoise #49EADF
Tints of Turquoise #49EADF
RGB
CMYK
RGB Variations
Color information
#49EADF (or 0x49EADF) is known color: Turquoise. HEX triplet: 49, EA and DF. RGB value is (73,234,223). Sum of RGB (Red+Green+Blue) = 73+234+223=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #49EADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EADF is #B61520. Grayscale: #B8B8B8. Windows color (decimal): -11932961 or 14674505. OLE color: 14674505.
HSL color Cylindrical-coordinate representation of color #49EADF: hue angle of 175.9º 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 #49EADF is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 223 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.08 |
| HSL | 175.9º | 0.79% | 0.6% | - |
| HSV(B) | 175.9º | 0.69% | 0.92% | - |
| XYZ | 45.49 | 65.59 | 80.07 | - |
| YUV | 184.61 | 149.66 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 223 | 0.69 | 0 | 0.05 | 0.08 | 175.9 | 0.79 | 0.6 |
| Hex | 49 | EA | DF | 45 | 0 | 5 | 8 | B0 | 4F | 3C |
| Octal | 111 | 352 | 337 | 105 | 0 | 5 | 10 | 260 | 117 | 74 |
| Binary | 1001001 | 11101010 | 11011111 | 1000101 | 0 | 101 | 1000 | 10110000 | 1001111 | 111100 |
Color Harmonies of #49EADF
Complementary color
Monochromatic Colors of #49EADF
Black with #49EADF
Text Example
Text Example
White with #49EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EADF; }
p { color: rgb(73,234,223); }
H1.HeaderClassName
{
color: #49EADF;
}
.AnyTagClassName
{
color: #49EADF;
}
</style>
background-color css
<style>
a { background-color: #49EADF; }
a { background-color: rgb(73,234,223); }
div.DivClassName
{
background-color: #49EADF;
}
.BgClassName
{
background-color: #49EADF;
}
</style>
border-color css
<style>
span { border-color: #49EADF; }
span { border-color: rgb(73,234,223); }
td.TdClassName
{
border-color: #49EADF;
}
.TagClassName
{
border-color: #49EADF;
}
</style>