Html Css Color HEX #4DCAC8 Medium Turquoise

📋 copy color: '#4DCAC8'

red 77 ◦ green 202 ◦ blue 200

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

Shades of Medium Turquoise #4DCAC8

Tints of Medium Turquoise #4DCAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.75%

R = 16.08%
G = 42.17%
B = 41.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#4DCAC8 (or 0x4DCAC8) is known color: Medium Turquoise. HEX triplet: 4D, CA and C8. RGB value is (77,202,200). Sum of RGB (Red+Green+Blue) = 77+202+200=479 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.08% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAC8 is #B23537. Grayscale: #A4A4A4. Windows color (decimal): -11679032 or 13158989. OLE color: 13158989.

HSL color Cylindrical-coordinate representation of color #4DCAC8: hue angle of 179.04º 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 #4DCAC8 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 202 200 -
CMYK 0.62 0 0.01 0.21
HSL 179.04º 0.54% 0.55% -
HSV(B) 179.04º 0.62% 0.79% -
XYZ 34.61 47.99 62.08 -
YUV 164.4 148.09 65.66 -
System Red Green Blue C M Y K H S L
Decimal 77 202 200 0.62 0 0.01 0.21 179.04 0.54 0.55
Hex 4D CA C8 3E 0 1 15 B3 36 37
Octal 115 312 310 76 0 1 25 263 66 67
Binary 1001101 11001010 11001000 111110 0 1 10101 10110011 110110 110111

Color Harmonies of #4DCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCAC8

Black with #4DCAC8

Text Example


Text Example

White with #4DCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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