Html Css Color HEX #2EEABF Turquoise

📋 copy color: '#2EEABF'

red 46 ◦ green 234 ◦ blue 191

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

Shades of Turquoise #2EEABF

Tints of Turquoise #2EEABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.68%

 BLUE value IS 191 (75% from 255) = 40.55%

R = 9.77%
G = 49.68%
B = 40.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#2EEABF (or 0x2EEABF) is known color: Turquoise. HEX triplet: 2E, EA and BF. RGB value is (46,234,191). Sum of RGB (Red+Green+Blue) = 46+234+191=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEABF is #D11540. Grayscale: #ACACAC. Windows color (decimal): -13702465 or 12577326. OLE color: 12577326.

HSL color Cylindrical-coordinate representation of color #2EEABF: hue angle of 166.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEABF is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 234 191 -
CMYK 0.80 0 0.18 0.08
HSL 166.28º 0.82% 0.55% -
HSV(B) 166.28º 0.8% 0.92% -
XYZ 39.95 63.19 59.38 -
YUV 172.89 138.22 37.5 -
System Red Green Blue C M Y K H S L
Decimal 46 234 191 0.80 0 0.18 0.08 166.28 0.82 0.55
Hex 2E EA BF 50 0 12 8 A6 52 37
Octal 56 352 277 120 0 22 10 246 122 67
Binary 101110 11101010 10111111 1010000 0 10010 1000 10100110 1010010 110111

Color Harmonies of #2EEABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEABF

Black with #2EEABF

Text Example


Text Example

White with #2EEABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,234,191); }

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

background-color css

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

 a { background-color: rgb(46,234,191); }

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

border-color css

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

 span { border-color: rgb(46,234,191); }

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