Html Css Color HEX #4DDCBB Medium Turquoise

📋 copy color: '#4DDCBB'

red 77 ◦ green 220 ◦ blue 187

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

Shades of Medium Turquoise #4DDCBB

Tints of Medium Turquoise #4DDCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 15.91%
G = 45.45%
B = 38.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#4DDCBB (or 0x4DDCBB) is known color: Medium Turquoise. HEX triplet: 4D, DC and BB. RGB value is (77,220,187). Sum of RGB (Red+Green+Blue) = 77+220+187=484 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.91% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCBB is #B22344. Grayscale: #ADADAD. Windows color (decimal): -11674437 or 12311629. OLE color: 12311629.

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

Color convert

RGB 77 220 187 -
CMYK 0.65 0 0.15 0.14
HSL 166.15º 0.67% 0.58% -
HSV(B) 166.15º 0.65% 0.86% -
XYZ 37.62 56.35 55.91 -
YUV 173.48 135.62 59.18 -
System Red Green Blue C M Y K H S L
Decimal 77 220 187 0.65 0 0.15 0.14 166.15 0.67 0.58
Hex 4D DC BB 41 0 F E A6 43 3A
Octal 115 334 273 101 0 17 16 246 103 72
Binary 1001101 11011100 10111011 1000001 0 1111 1110 10100110 1000011 111010

Color Harmonies of #4DDCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCBB

Black with #4DDCBB

Text Example


Text Example

White with #4DDCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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