#4DCED6

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

Shades of Medium Turquoise #4DCED6

Tints of Medium Turquoise #4DCED6

Color information

#4DCED6 (or 0x4DCED6) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CE and D6. RGB value is (77,206,214). Sum of RGB (Red+Green+Blue) = 77+206+214=497 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.49% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #4DCED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCED6 is #B23129. Grayscale: #A8A8A8. Windows color (decimal): -11677994 or 14077517. OLE color: 14077517.

HSL color Cylindrical-coordinate representation of color #4DCED6: hue angle of 183.5º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DCED6 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB77206214-
CMYK0.640.0400.16
HSL183.5º62.56%57.06%-
HSV(B)183.5º64.02%83.92%-
XYZ37.2750.5871.42-
YUV168.34153.7662.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.49%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 214 (83.98% from 255) = 43.06%
R=15.49%
G=41.45%
B=43.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal772062140.640.0400.16183.562.5657.06
Hex4DCED6404010b83f39
Octal11531632610040202707771
Binary10011011100111011010110100000010001000010111000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,206,214); }

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

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

 a { background-color: rgb(77,206,214); }

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

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

 span { border-color: rgb(77,206,214); }

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