Html Css Color HEX #4DDCBC Medium Turquoise

📋 copy color: '#4DDCBC'

red 77 ◦ green 220 ◦ blue 188

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

Shades of Medium Turquoise #4DDCBC

Tints of Medium Turquoise #4DDCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 15.88%
G = 45.36%
B = 38.76%

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

#4DDCBC (or 0x4DDCBC) is known color: Medium Turquoise. HEX triplet: 4D, DC and BC. RGB value is (77,220,188). Sum of RGB (Red+Green+Blue) = 77+220+188=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCBC is #B22343. Grayscale: #ADADAD. Windows color (decimal): -11674436 or 12377165. OLE color: 12377165.

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

Color convert

RGB 77 220 188 -
CMYK 0.65 0 0.15 0.14
HSL 166.57º 0.67% 0.58% -
HSV(B) 166.57º 0.65% 0.86% -
XYZ 37.73 56.4 56.47 -
YUV 173.6 136.12 59.1 -
System Red Green Blue C M Y K H S L
Decimal 77 220 188 0.65 0 0.15 0.14 166.57 0.67 0.58
Hex 4D DC BC 41 0 F E A7 43 3A
Octal 115 334 274 101 0 17 16 247 103 72
Binary 1001101 11011100 10111100 1000001 0 1111 1110 10100111 1000011 111010

Color Harmonies of #4DDCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCBC

Black with #4DDCBC

Text Example


Text Example

White with #4DDCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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