Html Css Color HEX #2EEBC4 Turquoise

📋 copy color: '#2EEBC4'

red 46 ◦ green 235 ◦ blue 196

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

Shades of Turquoise #2EEBC4

Tints of Turquoise #2EEBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.09%

R = 9.64%
G = 49.27%
B = 41.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#2EEBC4 (or 0x2EEBC4) is known color: Turquoise. HEX triplet: 2E, EB and C4. RGB value is (46,235,196). Sum of RGB (Red+Green+Blue) = 46+235+196=477 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.64% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBC4 is #D1143B. Grayscale: #AEAEAE. Windows color (decimal): -13702204 or 12905262. OLE color: 12905262.

HSL color Cylindrical-coordinate representation of color #2EEBC4: hue angle of 167.62º degrees, saturation: 0.83, 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 #2EEBC4 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 196 -
CMYK 0.80 0 0.17 0.08
HSL 167.62º 0.83% 0.55% -
HSV(B) 167.62º 0.8% 0.92% -
XYZ 40.8 63.98 62.42 -
YUV 174.04 140.38 36.67 -
System Red Green Blue C M Y K H S L
Decimal 46 235 196 0.80 0 0.17 0.08 167.62 0.83 0.55
Hex 2E EB C4 50 0 11 8 A8 53 37
Octal 56 353 304 120 0 21 10 250 123 67
Binary 101110 11101011 11000100 1010000 0 10001 1000 10101000 1010011 110111

Color Harmonies of #2EEBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBC4

Black with #2EEBC4

Text Example


Text Example

White with #2EEBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,235,196); }

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

background-color css

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

 a { background-color: rgb(46,235,196); }

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

border-color css

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

 span { border-color: rgb(46,235,196); }

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