#4DD2B5

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

Shades of Medium Turquoise #4DD2B5

Tints of Medium Turquoise #4DD2B5

Color information

#4DD2B5 (or 0x4DD2B5) is unknown color: approx Medium Turquoise. HEX triplet: 4D, D2 and B5. RGB value is (77,210,181). Sum of RGB (Red+Green+Blue) = 77+210+181=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #4DD2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD2B5 is #B22D4A. Grayscale: #A6A6A6. Windows color (decimal): -11677003 or 11915853. OLE color: 11915853.

HSL color Cylindrical-coordinate representation of color #4DD2B5: hue angle of 166.92º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD2B5 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB77210181-
CMYK0.6300.140.18
HSL166.92º59.64%56.27%-
HSV(B)166.92º63.33%82.35%-
XYZ34.4551.0151.75-
YUV166.93135.9463.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.45%
GREEN value IS 210 (82.42% from 255) = 44.87%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=16.45%
G=44.87%
B=38.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal772101810.6300.140.18166.9259.6456.27
Hex4DD2B53F0E12a73c38
Octal11532226577016222477470
Binary10011011101001010110101111111011101001010100111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,210,181); }

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

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

 a { background-color: rgb(77,210,181); }

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

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

 span { border-color: rgb(77,210,181); }

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