#49ECD0

Color #49ECD0 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #49ECD0

Tints of Turquoise #49ECD0

Color information

#49ECD0 (or 0x49ECD0) is unknown color: approx Turquoise. HEX triplet: 49, EC and D0. RGB value is (73,236,208). Sum of RGB (Red+Green+Blue) = 73+236+208=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECD0 is #B6132F. Grayscale: #B8B8B8. Windows color (decimal): -11932464 or 13691977. OLE color: 13691977.

HSL color Cylindrical-coordinate representation of color #49ECD0: hue angle of 169.69º degrees, saturation: 0.81, 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 #49ECD0 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB73236208-
CMYK0.6900.120.07
HSL169.69º81.09%60.59%-
HSV(B)169.69º69.07%92.55%-
XYZ44.1365.9670.08-
YUV184.07141.548.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 14.12%
GREEN value IS 236 (92.58% from 255) = 45.65%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=14.12%
G=45.65%
B=40.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732362080.6900.120.07169.6981.0960.59
Hex49ECD0450C7aa513d
Octal111354320105014725212175
Binary10010011110110011010000100010101100111101010101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49ECD0; }

 p { color: rgb(73,236,208); }

 H1.HeaderClassName
 {
   color: #49ECD0;
 }
 .AnyTagClassName
 {
   color: #49ECD0;
 }
</style>
background-color css

<style>
 a { background-color: #49ECD0; }

 a { background-color: rgb(73,236,208); }

 div.DivClassName
 {
   background-color: #49ECD0;
 }
 .BgClassName
 {
   background-color: #49ECD0;
 }
</style>
border-color css

<style>
 span { border-color: #49ECD0; }

 span { border-color: rgb(73,236,208); }

 td.TdClassName
 {
   border-color: #49ECD0;
 }
 .TagClassName
 {
   border-color: #49ECD0;
 }
</style>