Html Css Color HEX #4DCAB9 Medium Turquoise

📋 copy color: '#4DCAB9'

red 77 ◦ green 202 ◦ blue 185

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

Shades of Medium Turquoise #4DCAB9

Tints of Medium Turquoise #4DCAB9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.53%

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

R = 16.59%
G = 43.53%
B = 39.87%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#4DCAB9 (or 0x4DCAB9) is known color: Medium Turquoise. HEX triplet: 4D, CA and B9. RGB value is (77,202,185). Sum of RGB (Red+Green+Blue) = 77+202+185=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAB9 is #B23546. Grayscale: #A2A2A2. Windows color (decimal): -11679047 or 12175949. OLE color: 12175949.

HSL color Cylindrical-coordinate representation of color #4DCAB9: hue angle of 171.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCAB9 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 202 185 -
CMYK 0.62 0 0.08 0.21
HSL 171.84º 0.54% 0.55% -
HSV(B) 171.84º 0.62% 0.79% -
XYZ 32.94 47.32 53.3 -
YUV 162.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 77 202 185 0.62 0 0.08 0.21 171.84 0.54 0.55
Hex 4D CA B9 3E 0 8 15 AC 36 37
Octal 115 312 271 76 0 10 25 254 66 67
Binary 1001101 11001010 10111001 111110 0 1000 10101 10101100 110110 110111

Color Harmonies of #4DCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCAB9

Black with #4DCAB9

Text Example


Text Example

White with #4DCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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