Html Css Color HEX #2EE8C3 Turquoise

📋 copy color: '#2EE8C3'

red 46 ◦ green 232 ◦ blue 195

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

Shades of Turquoise #2EE8C3

Tints of Turquoise #2EE8C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.23%

R = 9.73%
G = 49.05%
B = 41.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#2EE8C3 (or 0x2EE8C3) is known color: Turquoise. HEX triplet: 2E, E8 and C3. RGB value is (46,232,195). Sum of RGB (Red+Green+Blue) = 46+232+195=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE8C3 is #D1173C. Grayscale: #ACACAC. Windows color (decimal): -13702973 or 12838958. OLE color: 12838958.

HSL color Cylindrical-coordinate representation of color #2EE8C3: hue angle of 168.06º 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 #2EE8C3 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 232 195 -
CMYK 0.80 0 0.16 0.09
HSL 168.06º 0.8% 0.55% -
HSV(B) 168.06º 0.8% 0.91% -
XYZ 39.83 62.23 61.54 -
YUV 172.17 140.88 38.01 -
System Red Green Blue C M Y K H S L
Decimal 46 232 195 0.80 0 0.16 0.09 168.06 0.8 0.55
Hex 2E E8 C3 50 0 10 9 A8 50 37
Octal 56 350 303 120 0 20 11 250 120 67
Binary 101110 11101000 11000011 1010000 0 10000 1001 10101000 1010000 110111

Color Harmonies of #2EE8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE8C3

Black with #2EE8C3

Text Example


Text Example

White with #2EE8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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