Html Css Color HEX #4EEEB8 Turquoise

📋 copy color: '#4EEEB8'

red 78 ◦ green 238 ◦ blue 184

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

Shades of Turquoise #4EEEB8

Tints of Turquoise #4EEEB8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.6%

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

R = 15.6%
G = 47.6%
B = 36.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#4EEEB8 (or 0x4EEEB8) is known color: Turquoise. HEX triplet: 4E, EE and B8. RGB value is (78,238,184). Sum of RGB (Red+Green+Blue) = 78+238+184=500 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.6% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEB8 is #B11147. Grayscale: #B8B8B8. Windows color (decimal): -11604296 or 12119630. OLE color: 12119630.

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

Color convert

RGB 78 238 184 -
CMYK 0.67 0 0.23 0.07
HSL 159.75º 0.82% 0.62% -
HSV(B) 159.75º 0.67% 0.93% -
XYZ 42.37 66.23 55.9 -
YUV 184 127.99 52.39 -
System Red Green Blue C M Y K H S L
Decimal 78 238 184 0.67 0 0.23 0.07 159.75 0.82 0.62
Hex 4E EE B8 43 0 17 7 A0 52 3E
Octal 116 356 270 103 0 27 7 240 122 76
Binary 1001110 11101110 10111000 1000011 0 10111 111 10100000 1010010 111110

Color Harmonies of #4EEEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEEB8

Black with #4EEEB8

Text Example


Text Example

White with #4EEEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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