Html Css Color HEX #4FDCBA Medium Turquoise

📋 copy color: '#4FDCBA'

red 79 ◦ green 220 ◦ blue 186

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

Shades of Medium Turquoise #4FDCBA

Tints of Medium Turquoise #4FDCBA

RGB

 RED value IS 79 (31.25% from 255) = 16.29%

 GREEN value IS 220 (86.33% from 255) = 45.36%

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

R = 16.29%
G = 45.36%
B = 38.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#4FDCBA (or 0x4FDCBA) is known color: Medium Turquoise. HEX triplet: 4F, DC and BA. RGB value is (79,220,186). Sum of RGB (Red+Green+Blue) = 79+220+186=485 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.29% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCBA is #B02345. Grayscale: #ADADAD. Windows color (decimal): -11543366 or 12246095. OLE color: 12246095.

HSL color Cylindrical-coordinate representation of color #4FDCBA: hue angle of 165.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDCBA is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 220 186 -
CMYK 0.64 0 0.15 0.14
HSL 165.53º 0.67% 0.59% -
HSV(B) 165.53º 0.64% 0.86% -
XYZ 37.68 56.39 55.35 -
YUV 173.97 134.79 60.26 -
System Red Green Blue C M Y K H S L
Decimal 79 220 186 0.64 0 0.15 0.14 165.53 0.67 0.59
Hex 4F DC BA 40 0 F E A6 43 3B
Octal 117 334 272 100 0 17 16 246 103 73
Binary 1001111 11011100 10111010 1000000 0 1111 1110 10100110 1000011 111011

Color Harmonies of #4FDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCBA

Black with #4FDCBA

Text Example


Text Example

White with #4FDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,220,186); }

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

background-color css

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

 a { background-color: rgb(79,220,186); }

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

border-color css

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

 span { border-color: rgb(79,220,186); }

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