Html Css Color HEX #4EFEBB Turquoise

📋 copy color: '#4EFEBB'

red 78 ◦ green 254 ◦ blue 187

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

Shades of Turquoise #4EFEBB

Tints of Turquoise #4EFEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 15.03%
G = 48.94%
B = 36.03%

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

#4EFEBB (or 0x4EFEBB) is known color: Turquoise. HEX triplet: 4E, FE and BB. RGB value is (78,254,187). Sum of RGB (Red+Green+Blue) = 78+254+187=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEBB is #B10144. Grayscale: #C1C1C1. Windows color (decimal): -11600197 or 12320334. OLE color: 12320334.

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

Color convert

RGB 78 254 187 -
CMYK 0.69 0 0.26 0.00
HSL 157.16º 0.99% 0.65% -
HSV(B) 157.16º 0.69% 1% -
XYZ 47.55 76.09 59.19 -
YUV 193.74 124.19 45.45 -
System Red Green Blue C M Y K H S L
Decimal 78 254 187 0.69 0 0.26 0.00 157.16 0.99 0.65
Hex 4E FE BB 45 0 1A 0 9D 63 41
Octal 116 376 273 105 0 32 0 235 143 101
Binary 1001110 11111110 10111011 1000101 0 11010 0 10011101 1100011 1000001

Color Harmonies of #4EFEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFEBB

Black with #4EFEBB

Text Example


Text Example

White with #4EFEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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