#4DC2CD

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

Shades of Medium Turquoise #4DC2CD

Tints of Medium Turquoise #4DC2CD

Color information

#4DC2CD (or 0x4DC2CD) is unknown color: approx Medium Turquoise. HEX triplet: 4D, C2 and CD. RGB value is (77,194,205). Sum of RGB (Red+Green+Blue) = 77+194+205=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DC2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC2CD is #B23D32. Grayscale: #A0A0A0. Windows color (decimal): -11681075 or 13484621. OLE color: 13484621.

HSL color Cylindrical-coordinate representation of color #4DC2CD: hue angle of 185.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC2CD is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB77194205-
CMYK0.620.0500.20
HSL185.16º56.14%55.29%-
HSV(B)185.16º62.44%80.39%-
XYZ33.3744.5764.6-
YUV160.27153.2468.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.18%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=16.18%
G=40.76%
B=43.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771942050.620.0500.20185.1656.1455.29
Hex4DC2CD3E5014b93837
Octal1153023157650242717067
Binary1001101110000101100110111111010101010010111001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,194,205); }

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

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

 a { background-color: rgb(77,194,205); }

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

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

 span { border-color: rgb(77,194,205); }

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