Html Css Color HEX #4DC6C4 Medium Turquoise

📋 copy color: '#4DC6C4'

red 77 ◦ green 198 ◦ blue 196

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

Shades of Medium Turquoise #4DC6C4

Tints of Medium Turquoise #4DC6C4

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.04%

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 16.35%
G = 42.04%
B = 41.61%

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

#4DC6C4 (or 0x4DC6C4) is known color: Medium Turquoise. HEX triplet: 4D, C6 and C4. RGB value is (77,198,196). Sum of RGB (Red+Green+Blue) = 77+198+196=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC6C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC6C4 is #B2393B. Grayscale: #A1A1A1. Windows color (decimal): -11680060 or 12895821. OLE color: 12895821.

HSL color Cylindrical-coordinate representation of color #4DC6C4: hue angle of 179.01º degrees, saturation: 0.51, 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 #4DC6C4 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 198 196 -
CMYK 0.61 0 0.01 0.22
HSL 179.01º 0.51% 0.54% -
HSV(B) 179.01º 0.61% 0.78% -
XYZ 33.22 45.95 59.34 -
YUV 161.59 147.41 67.66 -
System Red Green Blue C M Y K H S L
Decimal 77 198 196 0.61 0 0.01 0.22 179.01 0.51 0.54
Hex 4D C6 C4 3D 0 1 16 B3 33 36
Octal 115 306 304 75 0 1 26 263 63 66
Binary 1001101 11000110 11000100 111101 0 1 10110 10110011 110011 110110

Color Harmonies of #4DC6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC6C4

Black with #4DC6C4

Text Example


Text Example

White with #4DC6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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