Html Css Color HEX #4DC7C5 Medium Turquoise

📋 copy color: '#4DC7C5'

red 77 ◦ green 199 ◦ blue 197

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

Shades of Medium Turquoise #4DC7C5

Tints of Medium Turquoise #4DC7C5

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.07%

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 16.28%
G = 42.07%
B = 41.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#4DC7C5 (or 0x4DC7C5) is known color: Medium Turquoise. HEX triplet: 4D, C7 and C5. RGB value is (77,199,197). Sum of RGB (Red+Green+Blue) = 77+199+197=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC7C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC7C5 is #B2383A. Grayscale: #A2A2A2. Windows color (decimal): -11679803 or 12961613. OLE color: 12961613.

HSL color Cylindrical-coordinate representation of color #4DC7C5: hue angle of 179.02º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC7C5 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 199 197 -
CMYK 0.61 0 0.01 0.22
HSL 179.02º 0.52% 0.54% -
HSV(B) 179.02º 0.61% 0.78% -
XYZ 33.56 46.46 60.02 -
YUV 162.29 147.58 67.16 -
System Red Green Blue C M Y K H S L
Decimal 77 199 197 0.61 0 0.01 0.22 179.02 0.52 0.54
Hex 4D C7 C5 3D 0 1 16 B3 34 36
Octal 115 307 305 75 0 1 26 263 64 66
Binary 1001101 11000111 11000101 111101 0 1 10110 10110011 110100 110110

Color Harmonies of #4DC7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC7C5

Black with #4DC7C5

Text Example


Text Example

White with #4DC7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,199,197); }

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

background-color css

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

 a { background-color: rgb(77,199,197); }

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

border-color css

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

 span { border-color: rgb(77,199,197); }

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