#4DCAC6

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

Shades of Medium Turquoise #4DCAC6

Tints of Medium Turquoise #4DCAC6

Color information

#4DCAC6 (or 0x4DCAC6) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CA and C6. RGB value is (77,202,198). Sum of RGB (Red+Green+Blue) = 77+202+198=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAC6 is #B23539. Grayscale: #A4A4A4. Windows color (decimal): -11679034 or 13027917. OLE color: 13027917.

HSL color Cylindrical-coordinate representation of color #4DCAC6: hue angle of 178.08º 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 #4DCAC6 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB77202198-
CMYK0.6200.020.21
HSL178.08º54.11%54.71%-
HSV(B)178.08º61.88%79.22%-
XYZ34.3747.960.86-
YUV164.17147.0965.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.14%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=16.14%
G=42.35%
B=41.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal772021980.6200.020.21178.0854.1154.71
Hex4DCAC63E0215b23637
Octal1153123067602252626667
Binary100110111001010110001101111100101010110110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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