Html Css Color HEX #4DDCB9 Medium Turquoise

📋 copy color: '#4DDCB9'

red 77 ◦ green 220 ◦ blue 185

#4DDCB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #4DDCB9

Tints of Medium Turquoise #4DDCB9

RGB

 RED value IS 77 (30.47% from 255) = 15.98%

 GREEN value IS 220 (86.33% from 255) = 45.64%

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 15.98%
G = 45.64%
B = 38.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#4DDCB9 (or 0x4DDCB9) is known color: Medium Turquoise. HEX triplet: 4D, DC and B9. RGB value is (77,220,185). Sum of RGB (Red+Green+Blue) = 77+220+185=482 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.98% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCB9 is #B22346. Grayscale: #ADADAD. Windows color (decimal): -11674439 or 12180557. OLE color: 12180557.

HSL color Cylindrical-coordinate representation of color #4DDCB9: hue angle of 165.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDCB9 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 220 185 -
CMYK 0.65 0 0.16 0.14
HSL 165.31º 0.67% 0.58% -
HSV(B) 165.31º 0.65% 0.86% -
XYZ 37.41 56.27 54.79 -
YUV 173.25 134.62 59.35 -
System Red Green Blue C M Y K H S L
Decimal 77 220 185 0.65 0 0.16 0.14 165.31 0.67 0.58
Hex 4D DC B9 41 0 10 E A5 43 3A
Octal 115 334 271 101 0 20 16 245 103 72
Binary 1001101 11011100 10111001 1000001 0 10000 1110 10100101 1000011 111010

Color Harmonies of #4DDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCB9

Black with #4DDCB9

Text Example


Text Example

White with #4DDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,220,185); }

 H1.HeaderClassName
 {
   color: #4DDCB9;
 }
 .AnyTagClassName
 {
   color: #4DDCB9;
 }
</style>

background-color css

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

 a { background-color: rgb(77,220,185); }

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

border-color css

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

 span { border-color: rgb(77,220,185); }

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