Html Css Color HEX #2EDAB9 Turquoise

📋 copy color: '#2EDAB9'

red 46 ◦ green 218 ◦ blue 185

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

Shades of Turquoise #2EDAB9

Tints of Turquoise #2EDAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.55%

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 10.24%
G = 48.55%
B = 41.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#2EDAB9 (or 0x2EDAB9) is known color: Turquoise. HEX triplet: 2E, DA and B9. RGB value is (46,218,185). Sum of RGB (Red+Green+Blue) = 46+218+185=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDAB9 is #D12546. Grayscale: #A2A2A2. Windows color (decimal): -13706567 or 12180014. OLE color: 12180014.

HSL color Cylindrical-coordinate representation of color #2EDAB9: hue angle of 168.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDAB9 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 218 185 -
CMYK 0.79 0 0.15 0.15
HSL 168.49º 0.7% 0.52% -
HSV(B) 168.49º 0.79% 0.85% -
XYZ 34.96 54.23 54.52 -
YUV 162.81 140.52 44.68 -
System Red Green Blue C M Y K H S L
Decimal 46 218 185 0.79 0 0.15 0.15 168.49 0.7 0.52
Hex 2E DA B9 4F 0 F F A8 46 34
Octal 56 332 271 117 0 17 17 250 106 64
Binary 101110 11011010 10111001 1001111 0 1111 1111 10101000 1000110 110100

Color Harmonies of #2EDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDAB9

Black with #2EDAB9

Text Example


Text Example

White with #2EDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,185); }

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

background-color css

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

 a { background-color: rgb(46,218,185); }

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

border-color css

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

 span { border-color: rgb(46,218,185); }

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