#49CDBA

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

Shades of Medium Turquoise #49CDBA

Tints of Medium Turquoise #49CDBA

Color information

#49CDBA (or 0x49CDBA) is unknown color: approx Medium Turquoise. HEX triplet: 49, CD and BA. RGB value is (73,205,186). Sum of RGB (Red+Green+Blue) = 73+205+186=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDBA is #B63245. Grayscale: #A3A3A3. Windows color (decimal): -11940422 or 12242249. OLE color: 12242249.

HSL color Cylindrical-coordinate representation of color #49CDBA: hue angle of 171.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDBA is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB73205186-
CMYK0.6400.090.20
HSL171.36º56.9%54.51%-
HSV(B)171.36º64.39%80.39%-
XYZ33.4448.6254.08-
YUV163.37140.7763.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.73%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=15.73%
G=44.18%
B=40.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732051860.6400.090.20171.3656.954.51
Hex49CDBA400914ab3937
Octal111315272100011242537167
Binary100100111001101101110101000000010011010010101011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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