Shades of Turquoise #49EDC8
Tints of Turquoise #49EDC8
RGB
CMYK
RGB Variations
Color information
#49EDC8 (or 0x49EDC8) is known color: Turquoise. HEX triplet: 49, ED and C8. RGB value is (73,237,200). Sum of RGB (Red+Green+Blue) = 73+237+200=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EDC8 is #B61237. Grayscale: #B7B7B7. Windows color (decimal): -11932216 or 13167945. OLE color: 13167945.
HSL color Cylindrical-coordinate representation of color #49EDC8: hue angle of 166.46º 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 #49EDC8 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 200 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.07 |
| HSL | 166.46º | 0.82% | 0.61% | - |
| HSV(B) | 166.46º | 0.69% | 0.93% | - |
| XYZ | 43.46 | 66.15 | 65.12 | - |
| YUV | 183.75 | 137.17 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 200 | 0.69 | 0 | 0.16 | 0.07 | 166.46 | 0.82 | 0.61 |
| Hex | 49 | ED | C8 | 45 | 0 | 10 | 7 | A6 | 52 | 3D |
| Octal | 111 | 355 | 310 | 105 | 0 | 20 | 7 | 246 | 122 | 75 |
| Binary | 1001001 | 11101101 | 11001000 | 1000101 | 0 | 10000 | 111 | 10100110 | 1010010 | 111101 |
Color Harmonies of #49EDC8
Complementary color
Monochromatic Colors of #49EDC8
Black with #49EDC8
Text Example
Text Example
White with #49EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EDC8; }
p { color: rgb(73,237,200); }
H1.HeaderClassName
{
color: #49EDC8;
}
.AnyTagClassName
{
color: #49EDC8;
}
</style>
background-color css
<style>
a { background-color: #49EDC8; }
a { background-color: rgb(73,237,200); }
div.DivClassName
{
background-color: #49EDC8;
}
.BgClassName
{
background-color: #49EDC8;
}
</style>
border-color css
<style>
span { border-color: #49EDC8; }
span { border-color: rgb(73,237,200); }
td.TdClassName
{
border-color: #49EDC8;
}
.TagClassName
{
border-color: #49EDC8;
}
</style>