Html Css Color HEX #4DBFBA Medium Turquoise

📋 copy color: '#4DBFBA'

red 77 ◦ green 191 ◦ blue 186

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

Shades of Medium Turquoise #4DBFBA

Tints of Medium Turquoise #4DBFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

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

R = 16.96%
G = 42.07%
B = 40.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#4DBFBA (or 0x4DBFBA) is known color: Medium Turquoise. HEX triplet: 4D, BF and BA. RGB value is (77,191,186). Sum of RGB (Red+Green+Blue) = 77+191+186=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBFBA is #B24045. Grayscale: #9C9C9C. Windows color (decimal): -11681862 or 12238669. OLE color: 12238669.

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

Color convert

RGB 77 191 186 -
CMYK 0.60 0 0.03 0.25
HSL 177.37º 0.47% 0.53% -
HSV(B) 177.37º 0.6% 0.75% -
XYZ 30.55 42.38 53.03 -
YUV 156.34 144.73 71.41 -
System Red Green Blue C M Y K H S L
Decimal 77 191 186 0.60 0 0.03 0.25 177.37 0.47 0.53
Hex 4D BF BA 3C 0 3 19 B1 2F 35
Octal 115 277 272 74 0 3 31 261 57 65
Binary 1001101 10111111 10111010 111100 0 11 11001 10110001 101111 110101

Color Harmonies of #4DBFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBFBA

Black with #4DBFBA

Text Example


Text Example

White with #4DBFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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