#4DCDC8

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

Shades of Medium Turquoise #4DCDC8

Tints of Medium Turquoise #4DCDC8

Color information

#4DCDC8 (or 0x4DCDC8) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CD and C8. RGB value is (77,205,200). Sum of RGB (Red+Green+Blue) = 77+205+200=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCDC8 is #B23237. Grayscale: #A6A6A6. Windows color (decimal): -11678264 or 13159757. OLE color: 13159757.

HSL color Cylindrical-coordinate representation of color #4DCDC8: hue angle of 177.66º 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 #4DCDC8 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB77205200-
CMYK0.6200.020.20
HSL177.66º56.14%55.29%-
HSV(B)177.66º62.44%80.39%-
XYZ35.3249.4162.32-
YUV166.16147.0964.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.98%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 200 (78.52% from 255) = 41.49%
R=15.98%
G=42.53%
B=41.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal772052000.6200.020.20177.6656.1455.29
Hex4DCDC83E0214b23837
Octal1153153107602242627067
Binary100110111001101110010001111100101010010110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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