#4DC1BA

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

Shades of Medium Turquoise #4DC1BA

Tints of Medium Turquoise #4DC1BA

Color information

#4DC1BA (or 0x4DC1BA) is unknown color: approx Medium Turquoise. HEX triplet: 4D, C1 and BA. RGB value is (77,193,186). Sum of RGB (Red+Green+Blue) = 77+193+186=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC1BA is #B23E45. Grayscale: #9D9D9D. Windows color (decimal): -11681350 or 12239181. OLE color: 12239181.

HSL color Cylindrical-coordinate representation of color #4DC1BA: hue angle of 176.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC1BA is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB77193186-
CMYK0.6000.040.24
HSL176.38º48.33%52.94%-
HSV(B)176.38º60.1%75.69%-
XYZ30.9943.2653.17-
YUV157.52144.0770.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.89%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=16.89%
G=42.32%
B=40.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771931860.6000.040.24176.3848.3352.94
Hex4DC1BA3C0418b03035
Octal1153012727404302606065
Binary1001101110000011011101011110001001100010110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,193,186); }

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

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

 a { background-color: rgb(77,193,186); }

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

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

 span { border-color: rgb(77,193,186); }

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