#4DD1BE

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

Shades of Medium Turquoise #4DD1BE

Tints of Medium Turquoise #4DD1BE

Color information

#4DD1BE (or 0x4DD1BE) is unknown color: approx Medium Turquoise. HEX triplet: 4D, D1 and BE. RGB value is (77,209,190). Sum of RGB (Red+Green+Blue) = 77+209+190=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DD1BE is #B22E41. Grayscale: #A7A7A7. Windows color (decimal): -11677250 or 12505421. OLE color: 12505421.

HSL color Cylindrical-coordinate representation of color #4DD1BE: hue angle of 171.36º degrees, saturation: 0.59, 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 #4DD1BE is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB77209190-
CMYK0.6300.090.18
HSL171.36º58.93%56.08%-
HSV(B)171.36º63.16%81.96%-
XYZ35.1650.956.69-
YUV167.37140.7763.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.18%
GREEN value IS 209 (82.03% from 255) = 43.91%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=16.18%
G=43.91%
B=39.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal772091900.6300.090.18171.3658.9356.08
Hex4DD1BE3F0912ab3b38
Octal11532127677011222537370
Binary10011011101000110111110111111010011001010101011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,209,190); }

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

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

 a { background-color: rgb(77,209,190); }

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

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

 span { border-color: rgb(77,209,190); }

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