Html Css Color HEX #4FDCC5 Medium Turquoise

📋 copy color: '#4FDCC5'

red 79 ◦ green 220 ◦ blue 197

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

Shades of Medium Turquoise #4FDCC5

Tints of Medium Turquoise #4FDCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.72%

R = 15.93%
G = 44.35%
B = 39.72%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#4FDCC5 (or 0x4FDCC5) is known color: Medium Turquoise. HEX triplet: 4F, DC and C5. RGB value is (79,220,197). Sum of RGB (Red+Green+Blue) = 79+220+197=496 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.93% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCC5 is #B0233A. Grayscale: #AFAFAF. Windows color (decimal): -11543355 or 12966991. OLE color: 12966991.

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

Color convert

RGB 79 220 197 -
CMYK 0.64 0 0.10 0.14
HSL 170.21º 0.67% 0.59% -
HSV(B) 170.21º 0.64% 0.86% -
XYZ 38.9 56.88 61.75 -
YUV 175.22 140.29 59.37 -
System Red Green Blue C M Y K H S L
Decimal 79 220 197 0.64 0 0.10 0.14 170.21 0.67 0.59
Hex 4F DC C5 40 0 A E AA 43 3B
Octal 117 334 305 100 0 12 16 252 103 73
Binary 1001111 11011100 11000101 1000000 0 1010 1110 10101010 1000011 111011

Color Harmonies of #4FDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCC5

Black with #4FDCC5

Text Example


Text Example

White with #4FDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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