Html Css Color HEX #4EECE8 Turquoise

📋 copy color: '#4EECE8'

red 78 ◦ green 236 ◦ blue 232

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

Shades of Turquoise #4EECE8

Tints of Turquoise #4EECE8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.22%

 BLUE value IS 232 (91.02% from 255) = 42.49%

R = 14.29%
G = 43.22%
B = 42.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#4EECE8 (or 0x4EECE8) is known color: Turquoise. HEX triplet: 4E, EC and E8. RGB value is (78,236,232). Sum of RGB (Red+Green+Blue) = 78+236+232=546 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.29% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EECE8 is #B11317. Grayscale: #BCBCBC. Windows color (decimal): -11604760 or 15264846. OLE color: 15264846.

HSL color Cylindrical-coordinate representation of color #4EECE8: hue angle of 178.48º degrees, saturation: 0.81, 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 #4EECE8 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 236 232 -
CMYK 0.67 0 0.02 0.07
HSL 178.48º 0.81% 0.62% -
HSV(B) 178.48º 0.67% 0.93% -
XYZ 47.7 67.44 86.85 -
YUV 188.3 152.65 49.33 -
System Red Green Blue C M Y K H S L
Decimal 78 236 232 0.67 0 0.02 0.07 178.48 0.81 0.62
Hex 4E EC E8 43 0 2 7 B2 51 3E
Octal 116 354 350 103 0 2 7 262 121 76
Binary 1001110 11101100 11101000 1000011 0 10 111 10110010 1010001 111110

Color Harmonies of #4EECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECE8

Black with #4EECE8

Text Example


Text Example

White with #4EECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,236,232); }

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

background-color css

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

 a { background-color: rgb(78,236,232); }

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

border-color css

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

 span { border-color: rgb(78,236,232); }

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