Html Css Color HEX #4FEAB7 Turquoise

📋 copy color: '#4FEAB7'

red 79 ◦ green 234 ◦ blue 183

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

Shades of Turquoise #4FEAB7

Tints of Turquoise #4FEAB7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.18%

 BLUE value IS 183 (71.88% from 255) = 36.9%

R = 15.93%
G = 47.18%
B = 36.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#4FEAB7 (or 0x4FEAB7) is known color: Turquoise. HEX triplet: 4F, EA and B7. RGB value is (79,234,183). Sum of RGB (Red+Green+Blue) = 79+234+183=496 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.93% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEAB7 is #B01548. Grayscale: #B5B5B5. Windows color (decimal): -11539785 or 12053071. OLE color: 12053071.

HSL color Cylindrical-coordinate representation of color #4FEAB7: hue angle of 160.26º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEAB7 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 234 183 -
CMYK 0.66 0 0.22 0.08
HSL 160.26º 0.79% 0.61% -
HSV(B) 160.26º 0.66% 0.92% -
XYZ 41.19 63.93 54.97 -
YUV 181.84 128.65 54.65 -
System Red Green Blue C M Y K H S L
Decimal 79 234 183 0.66 0 0.22 0.08 160.26 0.79 0.61
Hex 4F EA B7 42 0 16 8 A0 4F 3D
Octal 117 352 267 102 0 26 10 240 117 75
Binary 1001111 11101010 10110111 1000010 0 10110 1000 10100000 1001111 111101

Color Harmonies of #4FEAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAB7

Black with #4FEAB7

Text Example


Text Example

White with #4FEAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,234,183); }

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

background-color css

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

 a { background-color: rgb(79,234,183); }

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

border-color css

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

 span { border-color: rgb(79,234,183); }

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