Html Css Color HEX #4EFEBC Turquoise

📋 copy color: '#4EFEBC'

red 78 ◦ green 254 ◦ blue 188

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

Shades of Turquoise #4EFEBC

Tints of Turquoise #4EFEBC

RGB

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

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

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

R = 15%
G = 48.85%
B = 36.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#4EFEBC (or 0x4EFEBC) is known color: Turquoise. HEX triplet: 4E, FE and BC. RGB value is (78,254,188). Sum of RGB (Red+Green+Blue) = 78+254+188=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEBC is #B10143. Grayscale: #C1C1C1. Windows color (decimal): -11600196 or 12385870. OLE color: 12385870.

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

Color convert

RGB 78 254 188 -
CMYK 0.69 0 0.26 0.00
HSL 157.5º 0.99% 0.65% -
HSV(B) 157.5º 0.69% 1% -
XYZ 47.66 76.13 59.76 -
YUV 193.85 124.69 45.37 -
System Red Green Blue C M Y K H S L
Decimal 78 254 188 0.69 0 0.26 0.00 157.5 0.99 0.65
Hex 4E FE BC 45 0 1A 0 9E 63 41
Octal 116 376 274 105 0 32 0 236 143 101
Binary 1001110 11111110 10111100 1000101 0 11010 0 10011110 1100011 1000001

Color Harmonies of #4EFEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFEBC

Black with #4EFEBC

Text Example


Text Example

White with #4EFEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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