Html Css Color HEX #4EFEBA Turquoise

📋 copy color: '#4EFEBA'

red 78 ◦ green 254 ◦ blue 186

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

Shades of Turquoise #4EFEBA

Tints of Turquoise #4EFEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 15.06%
G = 49.03%
B = 35.91%

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

#4EFEBA (or 0x4EFEBA) is known color: Turquoise. HEX triplet: 4E, FE and BA. RGB value is (78,254,186). Sum of RGB (Red+Green+Blue) = 78+254+186=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEBA is #B10145. Grayscale: #C1C1C1. Windows color (decimal): -11600198 or 12254798. OLE color: 12254798.

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

Color convert

RGB 78 254 186 -
CMYK 0.69 0 0.27 0.00
HSL 156.82º 0.99% 0.65% -
HSV(B) 156.82º 0.69% 1% -
XYZ 47.45 76.05 58.63 -
YUV 193.62 123.69 45.53 -
System Red Green Blue C M Y K H S L
Decimal 78 254 186 0.69 0 0.27 0.00 156.82 0.99 0.65
Hex 4E FE BA 45 0 1B 0 9D 63 41
Octal 116 376 272 105 0 33 0 235 143 101
Binary 1001110 11111110 10111010 1000101 0 11011 0 10011101 1100011 1000001

Color Harmonies of #4EFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFEBA

Black with #4EFEBA

Text Example


Text Example

White with #4EFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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