Html Css Color HEX #2EEEC5 Turquoise

📋 copy color: '#2EEEC5'

red 46 ◦ green 238 ◦ blue 197

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

Shades of Turquoise #2EEEC5

Tints of Turquoise #2EEEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.96%

R = 9.56%
G = 49.48%
B = 40.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#2EEEC5 (or 0x2EEEC5) is known color: Turquoise. HEX triplet: 2E, EE and C5. RGB value is (46,238,197). Sum of RGB (Red+Green+Blue) = 46+238+197=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEC5 is #D1113A. Grayscale: #AFAFAF. Windows color (decimal): -13701435 or 12971566. OLE color: 12971566.

HSL color Cylindrical-coordinate representation of color #2EEEC5: hue angle of 167.19º 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 #2EEEC5 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 238 197 -
CMYK 0.81 0 0.17 0.07
HSL 167.19º 0.85% 0.56% -
HSV(B) 167.19º 0.81% 0.93% -
XYZ 41.78 65.76 63.31 -
YUV 175.92 139.89 35.33 -
System Red Green Blue C M Y K H S L
Decimal 46 238 197 0.81 0 0.17 0.07 167.19 0.85 0.56
Hex 2E EE C5 51 0 11 7 A7 55 38
Octal 56 356 305 121 0 21 7 247 125 70
Binary 101110 11101110 11000101 1010001 0 10001 111 10100111 1010101 111000

Color Harmonies of #2EEEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEEC5

Black with #2EEEC5

Text Example


Text Example

White with #2EEEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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