#49D5CA

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

Shades of Medium Turquoise #49D5CA

Tints of Medium Turquoise #49D5CA

Color information

#49D5CA (or 0x49D5CA) is unknown color: approx Medium Turquoise. HEX triplet: 49, D5 and CA. RGB value is (73,213,202). Sum of RGB (Red+Green+Blue) = 73+213+202=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D5CA is #B62A35. Grayscale: #A9A9A9. Windows color (decimal): -11938358 or 13292873. OLE color: 13292873.

HSL color Cylindrical-coordinate representation of color #49D5CA: hue angle of 175.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D5CA is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB73213202-
CMYK0.6600.050.16
HSL175.29º62.5%56.08%-
HSV(B)175.29º65.73%83.53%-
XYZ37.253.2764.2-
YUV169.89146.1258.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.96%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=14.96%
G=43.65%
B=41.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732132020.6600.050.16175.2962.556.08
Hex49D5CA420510af3e38
Octal11132531210205202577670
Binary10010011101010111001010100001001011000010101111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,213,202); }

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

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

 a { background-color: rgb(73,213,202); }

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

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

 span { border-color: rgb(73,213,202); }

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