Html Css Color HEX #4EFFB9 Turquoise

📋 copy color: '#4EFFB9'

red 78 ◦ green 255 ◦ blue 185

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

Shades of Turquoise #4EFFB9

Tints of Turquoise #4EFFB9

RGB

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

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

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

R = 15.06%
G = 49.23%
B = 35.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#4EFFB9 (or 0x4EFFB9) is known color: Turquoise. HEX triplet: 4E, FF and B9. RGB value is (78,255,185). Sum of RGB (Red+Green+Blue) = 78+255+185=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFB9 is #B10046. Grayscale: #C2C2C2. Windows color (decimal): -11599943 or 12189518. OLE color: 12189518.

HSL color Cylindrical-coordinate representation of color #4EFFB9: hue angle of 156.27º 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 #4EFFB9 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 78 255 185 -
CMYK 0.69 0 0.27 0
HSL 156.27º 1% 0.65% -
HSV(B) 156.27º 0.69% 1% -
XYZ 47.66 76.64 58.18 -
YUV 194.1 122.86 45.19 -
System Red Green Blue C M Y K H S L
Decimal 78 255 185 0.69 0 0.27 0 156.27 1 0.65
Hex 4E FF B9 45 0 1B 0 9C 64 41
Octal 116 377 271 105 0 33 0 234 144 101
Binary 1001110 11111111 10111001 1000101 0 11011 0 10011100 1100100 1000001

Color Harmonies of #4EFFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFB9

Black with #4EFFB9

Text Example


Text Example

White with #4EFFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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