Html Css Color HEX #2EE8BD Turquoise

📋 copy color: '#2EE8BD'

red 46 ◦ green 232 ◦ blue 189

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

Shades of Turquoise #2EE8BD

Tints of Turquoise #2EE8BD

RGB

 RED value IS 46 (18.36% from 255) = 9.85%

 GREEN value IS 232 (91.02% from 255) = 49.68%

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 9.85%
G = 49.68%
B = 40.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#2EE8BD (or 0x2EE8BD) is known color: Turquoise. HEX triplet: 2E, E8 and BD. RGB value is (46,232,189). Sum of RGB (Red+Green+Blue) = 46+232+189=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE8BD is #D11742. Grayscale: #ABABAB. Windows color (decimal): -13702979 or 12445742. OLE color: 12445742.

HSL color Cylindrical-coordinate representation of color #2EE8BD: hue angle of 166.13º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE8BD is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 232 189 -
CMYK 0.80 0 0.19 0.09
HSL 166.13º 0.8% 0.55% -
HSV(B) 166.13º 0.8% 0.91% -
XYZ 39.17 61.97 58.04 -
YUV 171.48 137.88 38.5 -
System Red Green Blue C M Y K H S L
Decimal 46 232 189 0.80 0 0.19 0.09 166.13 0.8 0.55
Hex 2E E8 BD 50 0 13 9 A6 50 37
Octal 56 350 275 120 0 23 11 246 120 67
Binary 101110 11101000 10111101 1010000 0 10011 1001 10100110 1010000 110111

Color Harmonies of #2EE8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE8BD

Black with #2EE8BD

Text Example


Text Example

White with #2EE8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EE8BD; }

 p { color: rgb(46,232,189); }

 H1.HeaderClassName
 {
   color: #2EE8BD;
 }
 .AnyTagClassName
 {
   color: #2EE8BD;
 }
</style>

background-color css

<style>
 a { background-color: #2EE8BD; }

 a { background-color: rgb(46,232,189); }

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

border-color css

<style>
 span { border-color: #2EE8BD; }

 span { border-color: rgb(46,232,189); }

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