Html Css Color HEX #4EFEB9 Turquoise

📋 copy color: '#4EFEB9'

red 78 ◦ green 254 ◦ blue 185

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

Shades of Turquoise #4EFEB9

Tints of Turquoise #4EFEB9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.13%

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 15.09%
G = 49.13%
B = 35.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#4EFEB9 (or 0x4EFEB9) is known color: Turquoise. HEX triplet: 4E, FE and B9. RGB value is (78,254,185). Sum of RGB (Red+Green+Blue) = 78+254+185=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEB9 is #B10146. Grayscale: #C1C1C1. Windows color (decimal): -11600199 or 12189262. OLE color: 12189262.

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

Color convert

RGB 78 254 185 -
CMYK 0.69 0 0.27 0.00
HSL 156.48º 0.99% 0.65% -
HSV(B) 156.48º 0.69% 1% -
XYZ 47.34 76.01 58.07 -
YUV 193.51 123.19 45.61 -
System Red Green Blue C M Y K H S L
Decimal 78 254 185 0.69 0 0.27 0.00 156.48 0.99 0.65
Hex 4E FE B9 45 0 1B 0 9C 63 41
Octal 116 376 271 105 0 33 0 234 143 101
Binary 1001110 11111110 10111001 1000101 0 11011 0 10011100 1100011 1000001

Color Harmonies of #4EFEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFEB9

Black with #4EFEB9

Text Example


Text Example

White with #4EFEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,254,185); }

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

background-color css

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

 a { background-color: rgb(78,254,185); }

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

border-color css

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

 span { border-color: rgb(78,254,185); }

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