Html Css Color HEX #4EF7BF Turquoise

📋 copy color: '#4EF7BF'

red 78 ◦ green 247 ◦ blue 191

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

Shades of Turquoise #4EF7BF

Tints of Turquoise #4EF7BF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.87%

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

R = 15.12%
G = 47.87%
B = 37.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#4EF7BF (or 0x4EF7BF) is known color: Turquoise. HEX triplet: 4E, F7 and BF. RGB value is (78,247,191). Sum of RGB (Red+Green+Blue) = 78+247+191=516 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.12% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #4EF7BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF7BF is #B10840. Grayscale: #BEBEBE. Windows color (decimal): -11601985 or 12580686. OLE color: 12580686.

HSL color Cylindrical-coordinate representation of color #4EF7BF: hue angle of 160.12º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF7BF is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 78 247 191 -
CMYK 0.68 0 0.23 0.03
HSL 160.12º 0.91% 0.64% -
HSV(B) 160.12º 0.68% 0.97% -
XYZ 45.81 71.9 60.75 -
YUV 190.09 128.51 48.05 -
System Red Green Blue C M Y K H S L
Decimal 78 247 191 0.68 0 0.23 0.03 160.12 0.91 0.64
Hex 4E F7 BF 44 0 17 3 A0 5B 40
Octal 116 367 277 104 0 27 3 240 133 100
Binary 1001110 11110111 10111111 1000100 0 10111 11 10100000 1011011 1000000

Color Harmonies of #4EF7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF7BF

Black with #4EF7BF

Text Example


Text Example

White with #4EF7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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