Html Css Color HEX #4DDBB6 Medium Turquoise

📋 copy color: '#4DDBB6'

red 77 ◦ green 219 ◦ blue 182

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

Shades of Medium Turquoise #4DDBB6

Tints of Medium Turquoise #4DDBB6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.82%

 BLUE value IS 182 (71.48% from 255) = 38.08%

R = 16.11%
G = 45.82%
B = 38.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#4DDBB6 (or 0x4DDBB6) is known color: Medium Turquoise. HEX triplet: 4D, DB and B6. RGB value is (77,219,182). Sum of RGB (Red+Green+Blue) = 77+219+182=478 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.11% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBB6 is #B22449. Grayscale: #ACACAC. Windows color (decimal): -11674698 or 11983693. OLE color: 11983693.

HSL color Cylindrical-coordinate representation of color #4DDBB6: hue angle of 164.37º degrees, saturation: 0.66, 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 #4DDBB6 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 219 182 -
CMYK 0.65 0 0.17 0.14
HSL 164.37º 0.66% 0.58% -
HSV(B) 164.37º 0.65% 0.86% -
XYZ 36.84 55.62 53.05 -
YUV 172.32 133.46 60.01 -
System Red Green Blue C M Y K H S L
Decimal 77 219 182 0.65 0 0.17 0.14 164.37 0.66 0.58
Hex 4D DB B6 41 0 11 E A4 42 3A
Octal 115 333 266 101 0 21 16 244 102 72
Binary 1001101 11011011 10110110 1000001 0 10001 1110 10100100 1000010 111010

Color Harmonies of #4DDBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBB6

Black with #4DDBB6

Text Example


Text Example

White with #4DDBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,219,182); }

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

background-color css

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

 a { background-color: rgb(77,219,182); }

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

border-color css

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

 span { border-color: rgb(77,219,182); }

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