#49D2CD

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

Shades of Medium Turquoise #49D2CD

Tints of Medium Turquoise #49D2CD

Color information

#49D2CD (or 0x49D2CD) is unknown color: approx Medium Turquoise. HEX triplet: 49, D2 and CD. RGB value is (73,210,205). Sum of RGB (Red+Green+Blue) = 73+210+205=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #49D2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D2CD is #B62D32. Grayscale: #A8A8A8. Windows color (decimal): -11939123 or 13488713. OLE color: 13488713.

HSL color Cylindrical-coordinate representation of color #49D2CD: hue angle of 177.81º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D2CD is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB73210205-
CMYK0.6500.020.18
HSL177.81º60.35%55.49%-
HSV(B)177.81º65.24%82.35%-
XYZ36.8151.9265.84-
YUV168.47148.6159.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.96%
GREEN value IS 210 (82.42% from 255) = 43.03%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=14.96%
G=43.03%
B=42.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732102050.6500.020.18177.8160.3555.49
Hex49D2CD410212b23c37
Octal11132231510102222627467
Binary1001001110100101100110110000010101001010110010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,210,205); }

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

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

 a { background-color: rgb(73,210,205); }

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

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

 span { border-color: rgb(73,210,205); }

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