Html Css Color HEX #4FC5BA Medium Turquoise

📋 copy color: '#4FC5BA'

red 79 ◦ green 197 ◦ blue 186

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

Shades of Medium Turquoise #4FC5BA

Tints of Medium Turquoise #4FC5BA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.64%

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

R = 17.1%
G = 42.64%
B = 40.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#4FC5BA (or 0x4FC5BA) is known color: Medium Turquoise. HEX triplet: 4F, C5 and BA. RGB value is (79,197,186). Sum of RGB (Red+Green+Blue) = 79+197+186=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC5BA is #B03A45. Grayscale: #A0A0A0. Windows color (decimal): -11549254 or 12240207. OLE color: 12240207.

HSL color Cylindrical-coordinate representation of color #4FC5BA: hue angle of 174.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4FC5BA is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 79 197 186 -
CMYK 0.60 0 0.06 0.23
HSL 174.41º 0.5% 0.54% -
HSV(B) 174.41º 0.6% 0.77% -
XYZ 32.05 45.14 53.48 -
YUV 160.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 79 197 186 0.60 0 0.06 0.23 174.41 0.5 0.54
Hex 4F C5 BA 3C 0 6 17 AE 32 36
Octal 117 305 272 74 0 6 27 256 62 66
Binary 1001111 11000101 10111010 111100 0 110 10111 10101110 110010 110110

Color Harmonies of #4FC5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC5BA

Black with #4FC5BA

Text Example


Text Example

White with #4FC5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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