Html Css Color HEX #2EF0E5 Turquoise

📋 copy color: '#2EF0E5'

red 46 ◦ green 240 ◦ blue 229

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

Shades of Turquoise #2EF0E5

Tints of Turquoise #2EF0E5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.6%

 BLUE value IS 229 (89.84% from 255) = 44.47%

R = 8.93%
G = 46.6%
B = 44.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#2EF0E5 (or 0x2EF0E5) is known color: Turquoise. HEX triplet: 2E, F0 and E5. RGB value is (46,240,229). Sum of RGB (Red+Green+Blue) = 46+240+229=515 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.93% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF0E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF0E5 is #D10F1A. Grayscale: #B4B4B4. Windows color (decimal): -13700891 or 15069230. OLE color: 15069230.

HSL color Cylindrical-coordinate representation of color #2EF0E5: hue angle of 176.6º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF0E5 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 240 229 -
CMYK 0.81 0 0.05 0.06
HSL 176.6º 0.87% 0.56% -
HSV(B) 176.6º 0.81% 0.94% -
XYZ 46.43 68.56 84.91 -
YUV 180.74 155.23 31.89 -
System Red Green Blue C M Y K H S L
Decimal 46 240 229 0.81 0 0.05 0.06 176.6 0.87 0.56
Hex 2E F0 E5 51 0 5 6 B1 57 38
Octal 56 360 345 121 0 5 6 261 127 70
Binary 101110 11110000 11100101 1010001 0 101 110 10110001 1010111 111000

Color Harmonies of #2EF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF0E5

Black with #2EF0E5

Text Example


Text Example

White with #2EF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,240,229); }

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

background-color css

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

 a { background-color: rgb(46,240,229); }

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

border-color css

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

 span { border-color: rgb(46,240,229); }

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