Html Css Color HEX #4FD5C4 Medium Turquoise

📋 copy color: '#4FD5C4'

red 79 ◦ green 213 ◦ blue 196

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

Shades of Medium Turquoise #4FD5C4

Tints of Medium Turquoise #4FD5C4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.65%

 BLUE value IS 196 (76.95% from 255) = 40.16%

R = 16.19%
G = 43.65%
B = 40.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#4FD5C4 (or 0x4FD5C4) is known color: Medium Turquoise. HEX triplet: 4F, D5 and C4. RGB value is (79,213,196). Sum of RGB (Red+Green+Blue) = 79+213+196=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #4FD5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD5C4 is #B02A3B. Grayscale: #AAAAAA. Windows color (decimal): -11545148 or 12899663. OLE color: 12899663.

HSL color Cylindrical-coordinate representation of color #4FD5C4: hue angle of 172.39º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FD5C4 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 79 213 196 -
CMYK 0.63 0 0.08 0.16
HSL 172.39º 0.61% 0.57% -
HSV(B) 172.39º 0.63% 0.84% -
XYZ 36.98 53.24 60.55 -
YUV 171 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 79 213 196 0.63 0 0.08 0.16 172.39 0.61 0.57
Hex 4F D5 C4 3F 0 8 10 AC 3D 39
Octal 117 325 304 77 0 10 20 254 75 71
Binary 1001111 11010101 11000100 111111 0 1000 10000 10101100 111101 111001

Color Harmonies of #4FD5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD5C4

Black with #4FD5C4

Text Example


Text Example

White with #4FD5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,213,196); }

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

background-color css

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

 a { background-color: rgb(79,213,196); }

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

border-color css

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

 span { border-color: rgb(79,213,196); }

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