Html Css Color HEX #4DCAC6 Medium Turquoise

📋 copy color: '#4DCAC6'

red 77 ◦ green 202 ◦ blue 198

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

Shades of Medium Turquoise #4DCAC6

Tints of Medium Turquoise #4DCAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 16.14%
G = 42.35%
B = 41.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#4DCAC6 (or 0x4DCAC6) is known color: Medium Turquoise. HEX triplet: 4D, CA and C6. RGB value is (77,202,198). Sum of RGB (Red+Green+Blue) = 77+202+198=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCAC6 is #B23539. Grayscale: #A4A4A4. Windows color (decimal): -11679034 or 13027917. OLE color: 13027917.

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

Color convert

RGB 77 202 198 -
CMYK 0.62 0 0.02 0.21
HSL 178.08º 0.54% 0.55% -
HSV(B) 178.08º 0.62% 0.79% -
XYZ 34.37 47.9 60.86 -
YUV 164.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 77 202 198 0.62 0 0.02 0.21 178.08 0.54 0.55
Hex 4D CA C6 3E 0 2 15 B2 36 37
Octal 115 312 306 76 0 2 25 262 66 67
Binary 1001101 11001010 11000110 111110 0 10 10101 10110010 110110 110111

Color Harmonies of #4DCAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCAC6

Black with #4DCAC6

Text Example


Text Example

White with #4DCAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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