Html Css Color HEX #4DC8BA Medium Turquoise

📋 copy color: '#4DC8BA'

red 77 ◦ green 200 ◦ blue 186

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

Shades of Medium Turquoise #4DC8BA

Tints of Medium Turquoise #4DC8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.2%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 16.63%
G = 43.2%
B = 40.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#4DC8BA (or 0x4DC8BA) is known color: Medium Turquoise. HEX triplet: 4D, C8 and BA. RGB value is (77,200,186). Sum of RGB (Red+Green+Blue) = 77+200+186=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC8BA is #B23745. Grayscale: #A1A1A1. Windows color (decimal): -11679558 or 12240973. OLE color: 12240973.

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

Color convert

RGB 77 200 186 -
CMYK 0.62 0 0.07 0.22
HSL 173.17º 0.53% 0.54% -
HSV(B) 173.17º 0.62% 0.78% -
XYZ 32.58 46.43 53.7 -
YUV 161.63 141.75 67.64 -
System Red Green Blue C M Y K H S L
Decimal 77 200 186 0.62 0 0.07 0.22 173.17 0.53 0.54
Hex 4D C8 BA 3E 0 7 16 AD 35 36
Octal 115 310 272 76 0 7 26 255 65 66
Binary 1001101 11001000 10111010 111110 0 111 10110 10101101 110101 110110

Color Harmonies of #4DC8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC8BA

Black with #4DC8BA

Text Example


Text Example

White with #4DC8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,200,186); }

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

background-color css

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

 a { background-color: rgb(77,200,186); }

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

border-color css

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

 span { border-color: rgb(77,200,186); }

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