#4DCAB5

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

Shades of Medium Turquoise #4DCAB5

Tints of Medium Turquoise #4DCAB5

Color information

#4DCAB5 (or 0x4DCAB5) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CA and B5. RGB value is (77,202,181). Sum of RGB (Red+Green+Blue) = 77+202+181=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAB5 is #B2354A. Grayscale: #A2A2A2. Windows color (decimal): -11679051 or 11913805. OLE color: 11913805.

HSL color Cylindrical-coordinate representation of color #4DCAB5: hue angle of 169.92º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCAB5 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB77202181-
CMYK0.6200.100.21
HSL169.92º54.11%54.71%-
HSV(B)169.92º61.88%79.22%-
XYZ32.5247.1651.1-
YUV162.23138.5967.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.74%
GREEN value IS 202 (79.30% from 255) = 43.91%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=16.74%
G=43.91%
B=39.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal772021810.6200.100.21169.9254.1154.71
Hex4DCAB53E0A15aa3637
Octal11531226576012252526667
Binary10011011100101010110101111110010101010110101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DCAB5; }

 p { color: rgb(77,202,181); }

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

<style>
 a { background-color: #4DCAB5; }

 a { background-color: rgb(77,202,181); }

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

<style>
 span { border-color: #4DCAB5; }

 span { border-color: rgb(77,202,181); }

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