Html Css Color HEX #4FEAB5 Turquoise

📋 copy color: '#4FEAB5'

red 79 ◦ green 234 ◦ blue 181

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

Shades of Turquoise #4FEAB5

Tints of Turquoise #4FEAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.64%

R = 15.99%
G = 47.37%
B = 36.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#4FEAB5 (or 0x4FEAB5) is known color: Turquoise. HEX triplet: 4F, EA and B5. RGB value is (79,234,181). Sum of RGB (Red+Green+Blue) = 79+234+181=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEAB5 is #B0154A. Grayscale: #B5B5B5. Windows color (decimal): -11539787 or 11921999. OLE color: 11921999.

HSL color Cylindrical-coordinate representation of color #4FEAB5: hue angle of 159.48º 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 #4FEAB5 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 234 181 -
CMYK 0.66 0 0.23 0.08
HSL 159.48º 0.79% 0.61% -
HSV(B) 159.48º 0.66% 0.92% -
XYZ 40.99 63.84 53.88 -
YUV 181.61 127.65 54.81 -
System Red Green Blue C M Y K H S L
Decimal 79 234 181 0.66 0 0.23 0.08 159.48 0.79 0.61
Hex 4F EA B5 42 0 17 8 9F 4F 3D
Octal 117 352 265 102 0 27 10 237 117 75
Binary 1001111 11101010 10110101 1000010 0 10111 1000 10011111 1001111 111101

Color Harmonies of #4FEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAB5

Black with #4FEAB5

Text Example


Text Example

White with #4FEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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