Html Css Color HEX #2EDFB6 Turquoise

📋 copy color: '#2EDFB6'

red 46 ◦ green 223 ◦ blue 182

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

Shades of Turquoise #2EDFB6

Tints of Turquoise #2EDFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.35%

R = 10.2%
G = 49.45%
B = 40.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#2EDFB6 (or 0x2EDFB6) is known color: Turquoise. HEX triplet: 2E, DF and B6. RGB value is (46,223,182). Sum of RGB (Red+Green+Blue) = 46+223+182=451 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.20% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFB6 is #D12049. Grayscale: #A5A5A5. Windows color (decimal): -13705290 or 11984686. OLE color: 11984686.

HSL color Cylindrical-coordinate representation of color #2EDFB6: hue angle of 166.1º 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 #2EDFB6 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 182 -
CMYK 0.79 0 0.18 0.13
HSL 166.1º 0.73% 0.53% -
HSV(B) 166.1º 0.79% 0.87% -
XYZ 35.96 56.73 53.31 -
YUV 165.4 137.36 42.83 -
System Red Green Blue C M Y K H S L
Decimal 46 223 182 0.79 0 0.18 0.13 166.1 0.73 0.53
Hex 2E DF B6 4F 0 12 D A6 49 35
Octal 56 337 266 117 0 22 15 246 111 65
Binary 101110 11011111 10110110 1001111 0 10010 1101 10100110 1001001 110101

Color Harmonies of #2EDFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFB6

Black with #2EDFB6

Text Example


Text Example

White with #2EDFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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