Html Css Color HEX #4DC2BE Medium Turquoise

📋 copy color: '#4DC2BE'

red 77 ◦ green 194 ◦ blue 190

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

Shades of Medium Turquoise #4DC2BE

Tints of Medium Turquoise #4DC2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 16.7%
G = 42.08%
B = 41.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#4DC2BE (or 0x4DC2BE) is known color: Medium Turquoise. HEX triplet: 4D, C2 and BE. RGB value is (77,194,190). Sum of RGB (Red+Green+Blue) = 77+194+190=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC2BE is #B23D41. Grayscale: #9E9E9E. Windows color (decimal): -11681090 or 12501581. OLE color: 12501581.

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

Color convert

RGB 77 194 190 -
CMYK 0.60 0 0.02 0.24
HSL 177.95º 0.49% 0.53% -
HSV(B) 177.95º 0.6% 0.76% -
XYZ 31.65 43.88 55.52 -
YUV 158.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 77 194 190 0.60 0 0.02 0.24 177.95 0.49 0.53
Hex 4D C2 BE 3C 0 2 18 B2 31 35
Octal 115 302 276 74 0 2 30 262 61 65
Binary 1001101 11000010 10111110 111100 0 10 11000 10110010 110001 110101

Color Harmonies of #4DC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC2BE

Black with #4DC2BE

Text Example


Text Example

White with #4DC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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