Html Css Color HEX #4EEBE2 Turquoise

📋 copy color: '#4EEBE2'

red 78 ◦ green 235 ◦ blue 226

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

Shades of Turquoise #4EEBE2

Tints of Turquoise #4EEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.6%

 BLUE value IS 226 (88.67% from 255) = 41.93%

R = 14.47%
G = 43.6%
B = 41.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#4EEBE2 (or 0x4EEBE2) is known color: Turquoise. HEX triplet: 4E, EB and E2. RGB value is (78,235,226). Sum of RGB (Red+Green+Blue) = 78+235+226=539 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.47% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBE2 is #B1141D. Grayscale: #BABABA. Windows color (decimal): -11605022 or 14871374. OLE color: 14871374.

HSL color Cylindrical-coordinate representation of color #4EEBE2: hue angle of 176.56º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEBE2 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 235 226 -
CMYK 0.67 0 0.04 0.08
HSL 176.56º 0.8% 0.61% -
HSV(B) 176.56º 0.67% 0.92% -
XYZ 46.58 66.53 82.34 -
YUV 187.03 149.99 50.23 -
System Red Green Blue C M Y K H S L
Decimal 78 235 226 0.67 0 0.04 0.08 176.56 0.8 0.61
Hex 4E EB E2 43 0 4 8 B1 50 3D
Octal 116 353 342 103 0 4 10 261 120 75
Binary 1001110 11101011 11100010 1000011 0 100 1000 10110001 1010000 111101

Color Harmonies of #4EEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBE2

Black with #4EEBE2

Text Example


Text Example

White with #4EEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,235,226); }

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

background-color css

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

 a { background-color: rgb(78,235,226); }

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

border-color css

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

 span { border-color: rgb(78,235,226); }

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