Html Css Color HEX #4EFABF Turquoise

📋 copy color: '#4EFABF'

red 78 ◦ green 250 ◦ blue 191

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

Shades of Turquoise #4EFABF

Tints of Turquoise #4EFABF

RGB

 RED value IS 78 (30.86% from 255) = 15.03%

 GREEN value IS 250 (98.05% from 255) = 48.17%

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

R = 15.03%
G = 48.17%
B = 36.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#4EFABF (or 0x4EFABF) is known color: Turquoise. HEX triplet: 4E, FA and BF. RGB value is (78,250,191). Sum of RGB (Red+Green+Blue) = 78+250+191=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFABF is #B10540. Grayscale: #BFBFBF. Windows color (decimal): -11601217 or 12581454. OLE color: 12581454.

HSL color Cylindrical-coordinate representation of color #4EFABF: hue angle of 159.42º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFABF is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 250 191 -
CMYK 0.69 0 0.24 0.02
HSL 159.42º 0.95% 0.64% -
HSV(B) 159.42º 0.69% 0.98% -
XYZ 46.73 73.75 61.06 -
YUV 191.85 127.52 46.8 -
System Red Green Blue C M Y K H S L
Decimal 78 250 191 0.69 0 0.24 0.02 159.42 0.95 0.64
Hex 4E FA BF 45 0 18 2 9F 5F 40
Octal 116 372 277 105 0 30 2 237 137 100
Binary 1001110 11111010 10111111 1000101 0 11000 10 10011111 1011111 1000000

Color Harmonies of #4EFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFABF

Black with #4EFABF

Text Example


Text Example

White with #4EFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,250,191); }

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

background-color css

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

 a { background-color: rgb(78,250,191); }

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

border-color css

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

 span { border-color: rgb(78,250,191); }

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