Html Css Color HEX #2EDFC2 Turquoise

📋 copy color: '#2EDFC2'

red 46 ◦ green 223 ◦ blue 194

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

Shades of Turquoise #2EDFC2

Tints of Turquoise #2EDFC2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

 BLUE value IS 194 (76.17% from 255) = 41.9%

R = 9.94%
G = 48.16%
B = 41.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#2EDFC2 (or 0x2EDFC2) is known color: Turquoise. HEX triplet: 2E, DF and C2. RGB value is (46,223,194). Sum of RGB (Red+Green+Blue) = 46+223+194=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFC2 is #D1203D. Grayscale: #A6A6A6. Windows color (decimal): -13705278 or 12771118. OLE color: 12771118.

HSL color Cylindrical-coordinate representation of color #2EDFC2: hue angle of 170.17º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFC2 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 194 -
CMYK 0.79 0 0.13 0.13
HSL 170.17º 0.73% 0.53% -
HSV(B) 170.17º 0.79% 0.87% -
XYZ 37.25 57.25 60.13 -
YUV 166.77 143.36 41.86 -
System Red Green Blue C M Y K H S L
Decimal 46 223 194 0.79 0 0.13 0.13 170.17 0.73 0.53
Hex 2E DF C2 4F 0 D D AA 49 35
Octal 56 337 302 117 0 15 15 252 111 65
Binary 101110 11011111 11000010 1001111 0 1101 1101 10101010 1001001 110101

Color Harmonies of #2EDFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFC2

Black with #2EDFC2

Text Example


Text Example

White with #2EDFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,223,194); }

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

background-color css

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

 a { background-color: rgb(46,223,194); }

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

border-color css

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

 span { border-color: rgb(46,223,194); }

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