Html Css Color HEX #4FDCBE Medium Turquoise

📋 copy color: '#4FDCBE'

red 79 ◦ green 220 ◦ blue 190

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

Shades of Medium Turquoise #4FDCBE

Tints of Medium Turquoise #4FDCBE

RGB

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

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

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

R = 16.16%
G = 44.99%
B = 38.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#4FDCBE (or 0x4FDCBE) is known color: Medium Turquoise. HEX triplet: 4F, DC and BE. RGB value is (79,220,190). Sum of RGB (Red+Green+Blue) = 79+220+190=489 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.16% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCBE is #B02341. Grayscale: #AEAEAE. Windows color (decimal): -11543362 or 12508239. OLE color: 12508239.

HSL color Cylindrical-coordinate representation of color #4FDCBE: hue angle of 167.23º 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 #4FDCBE is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 220 190 -
CMYK 0.64 0 0.14 0.14
HSL 167.23º 0.67% 0.59% -
HSV(B) 167.23º 0.64% 0.86% -
XYZ 38.11 56.57 57.62 -
YUV 174.42 136.79 59.94 -
System Red Green Blue C M Y K H S L
Decimal 79 220 190 0.64 0 0.14 0.14 167.23 0.67 0.59
Hex 4F DC BE 40 0 E E A7 43 3B
Octal 117 334 276 100 0 16 16 247 103 73
Binary 1001111 11011100 10111110 1000000 0 1110 1110 10100111 1000011 111011

Color Harmonies of #4FDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCBE

Black with #4FDCBE

Text Example


Text Example

White with #4FDCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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