#4DD8D3

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

Shades of Medium Turquoise #4DD8D3

Tints of Medium Turquoise #4DD8D3

Color information

#4DD8D3 (or 0x4DD8D3) is unknown color: approx Medium Turquoise. HEX triplet: 4D, D8 and D3. RGB value is (77,216,211). Sum of RGB (Red+Green+Blue) = 77+216+211=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD8D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD8D3 is #B2272C. Grayscale: #ADADAD. Windows color (decimal): -11675437 or 13883469. OLE color: 13883469.

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

Color convert

RGB77216211-
CMYK0.6400.020.15
HSL177.84º64.06%57.45%-
HSV(B)177.84º64.35%84.71%-
XYZ39.3755.3970.24-
YUV173.87148.9558.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.28%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 211 (82.81% from 255) = 41.87%
R=15.28%
G=42.86%
B=41.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772162110.6400.020.15177.8464.0657.45
Hex4DD8D34002Fb24039
Octal115330323100021726210071
Binary1001101110110001101001110000000101111101100101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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