#49C3D5

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

Shades of Medium Turquoise #49C3D5

Tints of Medium Turquoise #49C3D5

Color information

#49C3D5 (or 0x49C3D5) is unknown color: approx Medium Turquoise. HEX triplet: 49, C3 and D5. RGB value is (73,195,213). Sum of RGB (Red+Green+Blue) = 73+195+213=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #49C3D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C3D5 is #B63C2A. Grayscale: #A0A0A0. Windows color (decimal): -11942955 or 14009161. OLE color: 14009161.

HSL color Cylindrical-coordinate representation of color #49C3D5: hue angle of 187.71º 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 #49C3D5 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73195213-
CMYK0.660.0800.16
HSL187.71º62.5%56.08%-
HSV(B)187.71º65.73%83.53%-
XYZ34.2745.2569.88-
YUV160.57157.5865.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.18%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=15.18%
G=40.54%
B=44.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal731952130.660.0800.16187.7162.556.08
Hex49C3D5428010bc3e38
Octal111303325102100202747670
Binary100100111000011110101011000010100001000010111100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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