Html Css Color HEX #4EFFBE Turquoise

📋 copy color: '#4EFFBE'

red 78 ◦ green 255 ◦ blue 190

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

Shades of Turquoise #4EFFBE

Tints of Turquoise #4EFFBE

RGB

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

 GREEN value IS 255 (100% from 255) = 48.76%

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 14.91%
G = 48.76%
B = 36.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#4EFFBE (or 0x4EFFBE) is known color: Turquoise. HEX triplet: 4E, FF and BE. RGB value is (78,255,190). Sum of RGB (Red+Green+Blue) = 78+255+190=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFBE is #B10041. Grayscale: #C2C2C2. Windows color (decimal): -11599938 or 12517198. OLE color: 12517198.

HSL color Cylindrical-coordinate representation of color #4EFFBE: hue angle of 157.97º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFBE is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 78 255 190 -
CMYK 0.69 0 0.25 0
HSL 157.97º 1% 0.65% -
HSV(B) 157.97º 0.69% 1% -
XYZ 48.2 76.86 61.01 -
YUV 194.67 125.36 44.79 -
System Red Green Blue C M Y K H S L
Decimal 78 255 190 0.69 0 0.25 0 157.97 1 0.65
Hex 4E FF BE 45 0 19 0 9E 64 41
Octal 116 377 276 105 0 31 0 236 144 101
Binary 1001110 11111111 10111110 1000101 0 11001 0 10011110 1100100 1000001

Color Harmonies of #4EFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFBE

Black with #4EFFBE

Text Example


Text Example

White with #4EFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,255,190); }

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

background-color css

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

 a { background-color: rgb(78,255,190); }

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

border-color css

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

 span { border-color: rgb(78,255,190); }

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