#49D9E9

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

Shades of Medium Turquoise #49D9E9

Tints of Medium Turquoise #49D9E9

Color information

#49D9E9 (or 0x49D9E9) is unknown color: approx Medium Turquoise. HEX triplet: 49, D9 and E9. RGB value is (73,217,233). Sum of RGB (Red+Green+Blue) = 73+217+233=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 233 (91.41% from 255 or 44.55% from 523); Max value from RGB is 233 - color contains mainly: blue. Hex color #49D9E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D9E9 is #B62616. Grayscale: #AFAFAF. Windows color (decimal): -11937303 or 15325513. OLE color: 15325513.

HSL color Cylindrical-coordinate representation of color #49D9E9: hue angle of 186º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49D9E9 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB73217233-
CMYK0.690.0700.09
HSL186º78.43%60%-
HSV(B)186º68.67%91.37%-
XYZ42.2756.9385.85-
YUV175.77160.2954.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.96%
GREEN value IS 217 (85.16% from 255) = 41.49%
BLUE value IS 233 (91.41% from 255) = 44.55%
R=13.96%
G=41.49%
B=44.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal732172330.690.0700.0918678.4360
Hex49D9E945709ba4e3c
Octal111331351105701127211674
Binary10010011101100111101001100010111101001101110101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,217,233); }

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

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

 a { background-color: rgb(73,217,233); }

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

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

 span { border-color: rgb(73,217,233); }

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