Html Css Color HEX #4DDDBF Medium Turquoise

📋 copy color: '#4DDDBF'

red 77 ◦ green 221 ◦ blue 191

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

Shades of Medium Turquoise #4DDDBF

Tints of Medium Turquoise #4DDDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 191 (75% from 255) = 39.06%

R = 15.75%
G = 45.19%
B = 39.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#4DDDBF (or 0x4DDDBF) is known color: Medium Turquoise. HEX triplet: 4D, DD and BF. RGB value is (77,221,191). Sum of RGB (Red+Green+Blue) = 77+221+191=489 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.75% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDBF is #B22240. Grayscale: #AEAEAE. Windows color (decimal): -11674177 or 12574029. OLE color: 12574029.

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

Color convert

RGB 77 221 191 -
CMYK 0.65 0 0.14 0.13
HSL 167.5º 0.68% 0.58% -
HSV(B) 167.5º 0.65% 0.87% -
XYZ 38.32 57.05 58.28 -
YUV 174.52 137.29 58.44 -
System Red Green Blue C M Y K H S L
Decimal 77 221 191 0.65 0 0.14 0.13 167.5 0.68 0.58
Hex 4D DD BF 41 0 E D A8 44 3A
Octal 115 335 277 101 0 16 15 250 104 72
Binary 1001101 11011101 10111111 1000001 0 1110 1101 10101000 1000100 111010

Color Harmonies of #4DDDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDBF

Black with #4DDDBF

Text Example


Text Example

White with #4DDDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,221,191); }

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

background-color css

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

 a { background-color: rgb(77,221,191); }

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

border-color css

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

 span { border-color: rgb(77,221,191); }

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