Html Css Color HEX #4DC2BC Medium Turquoise

📋 copy color: '#4DC2BC'

red 77 ◦ green 194 ◦ blue 188

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

Shades of Medium Turquoise #4DC2BC

Tints of Medium Turquoise #4DC2BC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.27%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 16.78%
G = 42.27%
B = 40.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#4DC2BC (or 0x4DC2BC) is known color: Medium Turquoise. HEX triplet: 4D, C2 and BC. RGB value is (77,194,188). Sum of RGB (Red+Green+Blue) = 77+194+188=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC2BC is #B23D43. Grayscale: #9E9E9E. Windows color (decimal): -11681092 or 12370509. OLE color: 12370509.

HSL color Cylindrical-coordinate representation of color #4DC2BC: hue angle of 176.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC2BC is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 194 188 -
CMYK 0.60 0 0.03 0.24
HSL 176.92º 0.49% 0.53% -
HSV(B) 176.92º 0.6% 0.76% -
XYZ 31.43 43.79 54.37 -
YUV 158.33 144.74 69.99 -
System Red Green Blue C M Y K H S L
Decimal 77 194 188 0.60 0 0.03 0.24 176.92 0.49 0.53
Hex 4D C2 BC 3C 0 3 18 B1 31 35
Octal 115 302 274 74 0 3 30 261 61 65
Binary 1001101 11000010 10111100 111100 0 11 11000 10110001 110001 110101

Color Harmonies of #4DC2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC2BC

Black with #4DC2BC

Text Example


Text Example

White with #4DC2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,194,188); }

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

background-color css

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

 a { background-color: rgb(77,194,188); }

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

border-color css

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

 span { border-color: rgb(77,194,188); }

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