#4DD1C3

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

Shades of Medium Turquoise #4DD1C3

Tints of Medium Turquoise #4DD1C3

Color information

#4DD1C3 (or 0x4DD1C3) is unknown color: approx Medium Turquoise. HEX triplet: 4D, D1 and C3. RGB value is (77,209,195). Sum of RGB (Red+Green+Blue) = 77+209+195=481 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.01% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD1C3 is #B22E3C. Grayscale: #A7A7A7. Windows color (decimal): -11677245 or 12833101. OLE color: 12833101.

HSL color Cylindrical-coordinate representation of color #4DD1C3: hue angle of 173.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD1C3 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB77209195-
CMYK0.6300.070.18
HSL173.64º58.93%56.08%-
HSV(B)173.64º63.16%81.96%-
XYZ35.7151.1259.61-
YUV167.94143.2763.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.01%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 195 (76.56% from 255) = 40.54%
R=16.01%
G=43.45%
B=40.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal772091950.6300.070.18173.6458.9356.08
Hex4DD1C33F0712ae3b38
Octal1153213037707222567370
Binary1001101110100011100001111111101111001010101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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