#4DC5C3

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

Shades of Medium Turquoise #4DC5C3

Tints of Medium Turquoise #4DC5C3

Color information

#4DC5C3 (or 0x4DC5C3) is unknown color: approx Medium Turquoise. HEX triplet: 4D, C5 and C3. RGB value is (77,197,195). Sum of RGB (Red+Green+Blue) = 77+197+195=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC5C3 is #B23A3C. Grayscale: #A0A0A0. Windows color (decimal): -11680317 or 12830029. OLE color: 12830029.

HSL color Cylindrical-coordinate representation of color #4DC5C3: hue angle of 179º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC5C3 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB77197195-
CMYK0.6100.010.23
HSL179º50.85%53.73%-
HSV(B)179º60.91%77.25%-
XYZ32.8845.4558.67-
YUV160.89147.2468.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.42%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=16.42%
G=42.00%
B=41.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771971950.6100.010.2317950.8553.73
Hex4DC5C33D0117b33336
Octal1153053037501272636366
Binary10011011100010111000011111101011011110110011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,197,195); }

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

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

 a { background-color: rgb(77,197,195); }

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

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

 span { border-color: rgb(77,197,195); }

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