Html Css Color HEX #2EEED9 Turquoise

📋 copy color: '#2EEED9'

red 46 ◦ green 238 ◦ blue 217

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

Shades of Turquoise #2EEED9

Tints of Turquoise #2EEED9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.5%

 BLUE value IS 217 (85.16% from 255) = 43.31%

R = 9.18%
G = 47.5%
B = 43.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#2EEED9 (or 0x2EEED9) is known color: Turquoise. HEX triplet: 2E, EE and D9. RGB value is (46,238,217). Sum of RGB (Red+Green+Blue) = 46+238+217=501 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.18% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEED9 is #D11126. Grayscale: #B2B2B2. Windows color (decimal): -13701415 or 14282286. OLE color: 14282286.

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

Color convert

RGB 46 238 217 -
CMYK 0.81 0 0.09 0.07
HSL 173.44º 0.85% 0.56% -
HSV(B) 173.44º 0.81% 0.93% -
XYZ 44.23 66.74 76.2 -
YUV 178.2 149.89 33.71 -
System Red Green Blue C M Y K H S L
Decimal 46 238 217 0.81 0 0.09 0.07 173.44 0.85 0.56
Hex 2E EE D9 51 0 9 7 AD 55 38
Octal 56 356 331 121 0 11 7 255 125 70
Binary 101110 11101110 11011001 1010001 0 1001 111 10101101 1010101 111000

Color Harmonies of #2EEED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEED9

Black with #2EEED9

Text Example


Text Example

White with #2EEED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,238,217); }

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

background-color css

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

 a { background-color: rgb(46,238,217); }

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

border-color css

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

 span { border-color: rgb(46,238,217); }

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