Html Css Color HEX #2EF0E0 Turquoise

📋 copy color: '#2EF0E0'

red 46 ◦ green 240 ◦ blue 224

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

Shades of Turquoise #2EF0E0

Tints of Turquoise #2EF0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 9.02%
G = 47.06%
B = 43.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#2EF0E0 (or 0x2EF0E0) is known color: Turquoise. HEX triplet: 2E, F0 and E0. RGB value is (46,240,224). Sum of RGB (Red+Green+Blue) = 46+240+224=510 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.02% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF0E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF0E0 is #D10F1F. Grayscale: #B4B4B4. Windows color (decimal): -13700896 or 14741550. OLE color: 14741550.

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

Color convert

RGB 46 240 224 -
CMYK 0.81 0 0.07 0.06
HSL 175.05º 0.87% 0.56% -
HSV(B) 175.05º 0.81% 0.94% -
XYZ 45.74 68.28 81.29 -
YUV 180.17 152.73 32.3 -
System Red Green Blue C M Y K H S L
Decimal 46 240 224 0.81 0 0.07 0.06 175.05 0.87 0.56
Hex 2E F0 E0 51 0 7 6 AF 57 38
Octal 56 360 340 121 0 7 6 257 127 70
Binary 101110 11110000 11100000 1010001 0 111 110 10101111 1010111 111000

Color Harmonies of #2EF0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF0E0

Black with #2EF0E0

Text Example


Text Example

White with #2EF0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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