Html Css Color HEX #4FDAB7 Medium Turquoise

📋 copy color: '#4FDAB7'

red 79 ◦ green 218 ◦ blue 183

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

Shades of Medium Turquoise #4FDAB7

Tints of Medium Turquoise #4FDAB7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.42%

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

R = 16.46%
G = 45.42%
B = 38.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#4FDAB7 (or 0x4FDAB7) is known color: Medium Turquoise. HEX triplet: 4F, DA and B7. RGB value is (79,218,183). Sum of RGB (Red+Green+Blue) = 79+218+183=480 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.46% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #4FDAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDAB7 is #B02548. Grayscale: #ACACAC. Windows color (decimal): -11543881 or 12048975. OLE color: 12048975.

HSL color Cylindrical-coordinate representation of color #4FDAB7: hue angle of 164.89º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDAB7 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 79 218 183 -
CMYK 0.64 0 0.16 0.15
HSL 164.89º 0.65% 0.58% -
HSV(B) 164.89º 0.64% 0.85% -
XYZ 36.84 55.22 53.52 -
YUV 172.45 133.95 61.35 -
System Red Green Blue C M Y K H S L
Decimal 79 218 183 0.64 0 0.16 0.15 164.89 0.65 0.58
Hex 4F DA B7 40 0 10 F A5 41 3A
Octal 117 332 267 100 0 20 17 245 101 72
Binary 1001111 11011010 10110111 1000000 0 10000 1111 10100101 1000001 111010

Color Harmonies of #4FDAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDAB7

Black with #4FDAB7

Text Example


Text Example

White with #4FDAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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