#4DDCD5

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

Shades of Medium Turquoise #4DDCD5

Tints of Medium Turquoise #4DDCD5

Color information

#4DDCD5 (or 0x4DDCD5) is unknown color: approx Medium Turquoise. HEX triplet: 4D, DC and D5. RGB value is (77,220,213). Sum of RGB (Red+Green+Blue) = 77+220+213=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCD5 is #B2232A. Grayscale: #B0B0B0. Windows color (decimal): -11674411 or 14015565. OLE color: 14015565.

HSL color Cylindrical-coordinate representation of color #4DDCD5: hue angle of 177.06º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDCD5 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB77220213-
CMYK0.6500.030.14
HSL177.06º67.14%58.24%-
HSV(B)177.06º65%86.27%-
XYZ40.6657.5771.92-
YUV176.44148.6257.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.10%
GREEN value IS 220 (86.33% from 255) = 43.14%
BLUE value IS 213 (83.59% from 255) = 41.76%
R=15.10%
G=43.14%
B=41.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal772202130.6500.030.14177.0667.1458.24
Hex4DDCD54103Eb1433a
Octal115334325101031626110372
Binary1001101110111001101010110000010111110101100011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,220,213); }

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

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

 a { background-color: rgb(77,220,213); }

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

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

 span { border-color: rgb(77,220,213); }

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