Html Css Color HEX #4FE3BF Turquoise

📋 copy color: '#4FE3BF'

red 79 ◦ green 227 ◦ blue 191

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

Shades of Turquoise #4FE3BF

Tints of Turquoise #4FE3BF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.67%

 BLUE value IS 191 (75% from 255) = 38.43%

R = 15.9%
G = 45.67%
B = 38.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#4FE3BF (or 0x4FE3BF) is known color: Turquoise. HEX triplet: 4F, E3 and BF. RGB value is (79,227,191). Sum of RGB (Red+Green+Blue) = 79+227+191=497 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.90% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #4FE3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE3BF is #B01C40. Grayscale: #B2B2B2. Windows color (decimal): -11541569 or 12575567. OLE color: 12575567.

HSL color Cylindrical-coordinate representation of color #4FE3BF: hue angle of 165.41º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE3BF is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 79 227 191 -
CMYK 0.65 0 0.16 0.11
HSL 165.41º 0.73% 0.6% -
HSV(B) 165.41º 0.65% 0.89% -
XYZ 40.1 60.36 58.83 -
YUV 178.64 134.97 56.93 -
System Red Green Blue C M Y K H S L
Decimal 79 227 191 0.65 0 0.16 0.11 165.41 0.73 0.6
Hex 4F E3 BF 41 0 10 B A5 49 3C
Octal 117 343 277 101 0 20 13 245 111 74
Binary 1001111 11100011 10111111 1000001 0 10000 1011 10100101 1001001 111100

Color Harmonies of #4FE3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE3BF

Black with #4FE3BF

Text Example


Text Example

White with #4FE3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,227,191); }

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

background-color css

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

 a { background-color: rgb(79,227,191); }

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

border-color css

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

 span { border-color: rgb(79,227,191); }

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