Html Css Color HEX #2EEDC1 Turquoise

📋 copy color: '#2EEDC1'

red 46 ◦ green 237 ◦ blue 193

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

Shades of Turquoise #2EEDC1

Tints of Turquoise #2EEDC1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.79%

 BLUE value IS 193 (75.78% from 255) = 40.55%

R = 9.66%
G = 49.79%
B = 40.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#2EEDC1 (or 0x2EEDC1) is known color: Turquoise. HEX triplet: 2E, ED and C1. RGB value is (46,237,193). Sum of RGB (Red+Green+Blue) = 46+237+193=476 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.66% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDC1 is #D1123E. Grayscale: #AEAEAE. Windows color (decimal): -13701695 or 12709166. OLE color: 12709166.

HSL color Cylindrical-coordinate representation of color #2EEDC1: hue angle of 166.18º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDC1 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 193 -
CMYK 0.81 0 0.19 0.07
HSL 166.18º 0.84% 0.55% -
HSV(B) 166.18º 0.81% 0.93% -
XYZ 41.04 65 60.84 -
YUV 174.88 138.22 36.08 -
System Red Green Blue C M Y K H S L
Decimal 46 237 193 0.81 0 0.19 0.07 166.18 0.84 0.55
Hex 2E ED C1 51 0 13 7 A6 54 37
Octal 56 355 301 121 0 23 7 246 124 67
Binary 101110 11101101 11000001 1010001 0 10011 111 10100110 1010100 110111

Color Harmonies of #2EEDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDC1

Black with #2EEDC1

Text Example


Text Example

White with #2EEDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,237,193); }

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

background-color css

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

 a { background-color: rgb(46,237,193); }

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

border-color css

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

 span { border-color: rgb(46,237,193); }

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