Html Css Color HEX #4FDCC7 Medium Turquoise

📋 copy color: '#4FDCC7'

red 79 ◦ green 220 ◦ blue 199

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

Shades of Medium Turquoise #4FDCC7

Tints of Medium Turquoise #4FDCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.96%

R = 15.86%
G = 44.18%
B = 39.96%

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

#4FDCC7 (or 0x4FDCC7) is known color: Medium Turquoise. HEX triplet: 4F, DC and C7. RGB value is (79,220,199). Sum of RGB (Red+Green+Blue) = 79+220+199=498 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.86% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDCC7 is #B02338. Grayscale: #AFAFAF. Windows color (decimal): -11543353 or 13098063. OLE color: 13098063.

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

Color convert

RGB 79 220 199 -
CMYK 0.64 0 0.10 0.14
HSL 171.06º 0.67% 0.59% -
HSV(B) 171.06º 0.64% 0.86% -
XYZ 39.13 56.97 62.97 -
YUV 175.45 141.29 59.21 -
System Red Green Blue C M Y K H S L
Decimal 79 220 199 0.64 0 0.10 0.14 171.06 0.67 0.59
Hex 4F DC C7 40 0 A E AB 43 3B
Octal 117 334 307 100 0 12 16 253 103 73
Binary 1001111 11011100 11000111 1000000 0 1010 1110 10101011 1000011 111011

Color Harmonies of #4FDCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCC7

Black with #4FDCC7

Text Example


Text Example

White with #4FDCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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