Html Css Color HEX #4EE7BC Turquoise

📋 copy color: '#4EE7BC'

red 78 ◦ green 231 ◦ blue 188

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

Shades of Turquoise #4EE7BC

Tints of Turquoise #4EE7BC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.48%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 15.69%
G = 46.48%
B = 37.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#4EE7BC (or 0x4EE7BC) is known color: Turquoise. HEX triplet: 4E, E7 and BC. RGB value is (78,231,188). Sum of RGB (Red+Green+Blue) = 78+231+188=497 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.69% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #4EE7BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE7BC is #B11843. Grayscale: #B4B4B4. Windows color (decimal): -11606084 or 12379982. OLE color: 12379982.

HSL color Cylindrical-coordinate representation of color #4EE7BC: hue angle of 163.14º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE7BC is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 78 231 188 -
CMYK 0.66 0 0.19 0.09
HSL 163.14º 0.76% 0.61% -
HSV(B) 163.14º 0.66% 0.91% -
XYZ 40.79 62.4 57.47 -
YUV 180.35 132.31 55 -
System Red Green Blue C M Y K H S L
Decimal 78 231 188 0.66 0 0.19 0.09 163.14 0.76 0.61
Hex 4E E7 BC 42 0 13 9 A3 4C 3D
Octal 116 347 274 102 0 23 11 243 114 75
Binary 1001110 11100111 10111100 1000010 0 10011 1001 10100011 1001100 111101

Color Harmonies of #4EE7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE7BC

Black with #4EE7BC

Text Example


Text Example

White with #4EE7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,231,188); }

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

background-color css

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

 a { background-color: rgb(78,231,188); }

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

border-color css

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

 span { border-color: rgb(78,231,188); }

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