#4DD8CD

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

Shades of Medium Turquoise #4DD8CD

Tints of Medium Turquoise #4DD8CD

Color information

#4DD8CD (or 0x4DD8CD) is unknown color: approx Medium Turquoise. HEX triplet: 4D, D8 and CD. RGB value is (77,216,205). Sum of RGB (Red+Green+Blue) = 77+216+205=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD8CD is #B22732. Grayscale: #ADADAD. Windows color (decimal): -11675443 or 13490253. OLE color: 13490253.

HSL color Cylindrical-coordinate representation of color #4DD8CD: hue angle of 175.25º 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 #4DD8CD is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB77216205-
CMYK0.6400.050.15
HSL175.25º64.06%57.45%-
HSV(B)175.25º64.35%84.71%-
XYZ38.6455.166.36-
YUV173.18145.9559.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.46%
GREEN value IS 216 (84.77% from 255) = 43.37%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=15.46%
G=43.37%
B=41.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772162050.6400.050.15175.2564.0657.45
Hex4DD8CD4005Faf4039
Octal115330315100051725710071
Binary10011011101100011001101100000001011111101011111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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