Html Css Color HEX #4EE1BE Turquoise

📋 copy color: '#4EE1BE'

red 78 ◦ green 225 ◦ blue 190

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

Shades of Turquoise #4EE1BE

Tints of Turquoise #4EE1BE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.64%

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

R = 15.82%
G = 45.64%
B = 38.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#4EE1BE (or 0x4EE1BE) is known color: Turquoise. HEX triplet: 4E, E1 and BE. RGB value is (78,225,190). Sum of RGB (Red+Green+Blue) = 78+225+190=493 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.82% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #4EE1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE1BE is #B11E41. Grayscale: #B1B1B1. Windows color (decimal): -11607618 or 12509518. OLE color: 12509518.

HSL color Cylindrical-coordinate representation of color #4EE1BE: hue angle of 165.71º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EE1BE is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 78 225 190 -
CMYK 0.65 0 0.16 0.12
HSL 165.71º 0.71% 0.59% -
HSV(B) 165.71º 0.65% 0.88% -
XYZ 39.36 59.19 58.07 -
YUV 177.06 135.3 57.35 -
System Red Green Blue C M Y K H S L
Decimal 78 225 190 0.65 0 0.16 0.12 165.71 0.71 0.59
Hex 4E E1 BE 41 0 10 C A6 47 3B
Octal 116 341 276 101 0 20 14 246 107 73
Binary 1001110 11100001 10111110 1000001 0 10000 1100 10100110 1000111 111011

Color Harmonies of #4EE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE1BE

Black with #4EE1BE

Text Example


Text Example

White with #4EE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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