Html Css Color HEX #4EEFB8 Turquoise

📋 copy color: '#4EEFB8'

red 78 ◦ green 239 ◦ blue 184

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

Shades of Turquoise #4EEFB8

Tints of Turquoise #4EEFB8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.7%

 BLUE value IS 184 (72.27% from 255) = 36.73%

R = 15.57%
G = 47.7%
B = 36.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#4EEFB8 (or 0x4EEFB8) is known color: Turquoise. HEX triplet: 4E, EF and B8. RGB value is (78,239,184). Sum of RGB (Red+Green+Blue) = 78+239+184=501 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.57% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFB8 is #B11047. Grayscale: #B8B8B8. Windows color (decimal): -11604040 or 12119886. OLE color: 12119886.

HSL color Cylindrical-coordinate representation of color #4EEFB8: hue angle of 159.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFB8 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 239 184 -
CMYK 0.67 0 0.23 0.06
HSL 159.5º 0.83% 0.62% -
HSV(B) 159.5º 0.67% 0.94% -
XYZ 42.66 66.81 56 -
YUV 184.59 127.66 51.97 -
System Red Green Blue C M Y K H S L
Decimal 78 239 184 0.67 0 0.23 0.06 159.5 0.83 0.62
Hex 4E EF B8 43 0 17 6 A0 53 3E
Octal 116 357 270 103 0 27 6 240 123 76
Binary 1001110 11101111 10111000 1000011 0 10111 110 10100000 1010011 111110

Color Harmonies of #4EEFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEFB8

Black with #4EEFB8

Text Example


Text Example

White with #4EEFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,239,184); }

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

background-color css

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

 a { background-color: rgb(78,239,184); }

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

border-color css

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

 span { border-color: rgb(78,239,184); }

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