#4DCED8

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

Shades of Medium Turquoise #4DCED8

Tints of Medium Turquoise #4DCED8

Color information

#4DCED8 (or 0x4DCED8) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CE and D8. RGB value is (77,206,216). Sum of RGB (Red+Green+Blue) = 77+206+216=499 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.43% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #4DCED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCED8 is #B23127. Grayscale: #A8A8A8. Windows color (decimal): -11677992 or 14208589. OLE color: 14208589.

HSL color Cylindrical-coordinate representation of color #4DCED8: hue angle of 184.32º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DCED8 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB77206216-
CMYK0.640.0500.15
HSL184.32º64.06%57.45%-
HSV(B)184.32º64.35%84.71%-
XYZ37.5350.6872.77-
YUV168.57154.7662.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.43%
GREEN value IS 206 (80.86% from 255) = 41.28%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=15.43%
G=41.28%
B=43.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772062160.640.0500.15184.3264.0657.45
Hex4DCED84050Fb84039
Octal115316330100501727010071
Binary10011011100111011011000100000010101111101110001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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