#4DC8CD

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

Shades of Medium Turquoise #4DC8CD

Tints of Medium Turquoise #4DC8CD

Color information

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

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

Color convert

RGB77200205-
CMYK0.620.0200.20
HSL182.34º56.14%55.29%-
HSV(B)182.34º62.44%80.39%-
XYZ34.7347.2965.06-
YUV163.79151.2566.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal772002050.620.0200.20182.3456.1455.29
Hex4DC8CD3E2014b63837
Octal1153103157620242667067
Binary100110111001000110011011111101001010010110110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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