Html Css Color HEX #4FE1C0 Turquoise

📋 copy color: '#4FE1C0'

red 79 ◦ green 225 ◦ blue 192

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

Shades of Turquoise #4FE1C0

Tints of Turquoise #4FE1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.36%

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 15.93%
G = 45.36%
B = 38.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#4FE1C0 (or 0x4FE1C0) is known color: Turquoise. HEX triplet: 4F, E1 and C0. RGB value is (79,225,192). Sum of RGB (Red+Green+Blue) = 79+225+192=496 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.93% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE1C0 is #B01E3F. Grayscale: #B1B1B1. Windows color (decimal): -11542080 or 12640591. OLE color: 12640591.

HSL color Cylindrical-coordinate representation of color #4FE1C0: hue angle of 166.44º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE1C0 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 225 192 -
CMYK 0.65 0 0.15 0.12
HSL 166.44º 0.71% 0.6% -
HSV(B) 166.44º 0.65% 0.88% -
XYZ 39.66 59.32 59.23 -
YUV 177.58 136.13 57.68 -
System Red Green Blue C M Y K H S L
Decimal 79 225 192 0.65 0 0.15 0.12 166.44 0.71 0.6
Hex 4F E1 C0 41 0 F C A6 47 3C
Octal 117 341 300 101 0 17 14 246 107 74
Binary 1001111 11100001 11000000 1000001 0 1111 1100 10100110 1000111 111100

Color Harmonies of #4FE1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE1C0

Black with #4FE1C0

Text Example


Text Example

White with #4FE1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,225,192); }

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

background-color css

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

 a { background-color: rgb(79,225,192); }

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

border-color css

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

 span { border-color: rgb(79,225,192); }

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