Html Css Color HEX #4FC5B7 Medium Turquoise

📋 copy color: '#4FC5B7'

red 79 ◦ green 197 ◦ blue 183

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

Shades of Medium Turquoise #4FC5B7

Tints of Medium Turquoise #4FC5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 17.21%
G = 42.92%
B = 39.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#4FC5B7 (or 0x4FC5B7) is known color: Medium Turquoise. HEX triplet: 4F, C5 and B7. RGB value is (79,197,183). Sum of RGB (Red+Green+Blue) = 79+197+183=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #4FC5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC5B7 is #B03A48. Grayscale: #A0A0A0. Windows color (decimal): -11549257 or 12043599. OLE color: 12043599.

HSL color Cylindrical-coordinate representation of color #4FC5B7: hue angle of 172.88º 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 #4FC5B7 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 79 197 183 -
CMYK 0.60 0 0.07 0.23
HSL 172.88º 0.5% 0.54% -
HSV(B) 172.88º 0.6% 0.77% -
XYZ 31.74 45.01 51.82 -
YUV 160.12 140.91 70.14 -
System Red Green Blue C M Y K H S L
Decimal 79 197 183 0.60 0 0.07 0.23 172.88 0.5 0.54
Hex 4F C5 B7 3C 0 7 17 AD 32 36
Octal 117 305 267 74 0 7 27 255 62 66
Binary 1001111 11000101 10110111 111100 0 111 10111 10101101 110010 110110

Color Harmonies of #4FC5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC5B7

Black with #4FC5B7

Text Example


Text Example

White with #4FC5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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