Html Css Color HEX #2EFED8 Turquoise

📋 copy color: '#2EFED8'

red 46 ◦ green 254 ◦ blue 216

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

Shades of Turquoise #2EFED8

Tints of Turquoise #2EFED8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.22%

 BLUE value IS 216 (84.77% from 255) = 41.86%

R = 8.91%
G = 49.22%
B = 41.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#2EFED8 (or 0x2EFED8) is known color: Turquoise. HEX triplet: 2E, FE and D8. RGB value is (46,254,216). Sum of RGB (Red+Green+Blue) = 46+254+216=516 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.91% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFED8 is #D10127. Grayscale: #BBBBBB. Windows color (decimal): -13697320 or 14220846. OLE color: 14220846.

HSL color Cylindrical-coordinate representation of color #2EFED8: hue angle of 169.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFED8 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 46 254 216 -
CMYK 0.82 0 0.15 0.00
HSL 169.04º 0.99% 0.59% -
HSV(B) 169.04º 0.82% 1% -
XYZ 48.96 76.42 77.14 -
YUV 187.48 144.09 27.09 -
System Red Green Blue C M Y K H S L
Decimal 46 254 216 0.82 0 0.15 0.00 169.04 0.99 0.59
Hex 2E FE D8 52 0 F 0 A9 63 3B
Octal 56 376 330 122 0 17 0 251 143 73
Binary 101110 11111110 11011000 1010010 0 1111 0 10101001 1100011 111011

Color Harmonies of #2EFED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFED8

Black with #2EFED8

Text Example


Text Example

White with #2EFED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,254,216); }

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

background-color css

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

 a { background-color: rgb(46,254,216); }

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

border-color css

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

 span { border-color: rgb(46,254,216); }

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