Html Css Color HEX #2EF8CE Turquoise

📋 copy color: '#2EF8CE'

red 46 ◦ green 248 ◦ blue 206

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

Shades of Turquoise #2EF8CE

Tints of Turquoise #2EF8CE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.6%

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 9.2%
G = 49.6%
B = 41.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#2EF8CE (or 0x2EF8CE) is known color: Turquoise. HEX triplet: 2E, F8 and CE. RGB value is (46,248,206). Sum of RGB (Red+Green+Blue) = 46+248+206=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF8CE is #D10731. Grayscale: #B6B6B6. Windows color (decimal): -13698866 or 13563950. OLE color: 13563950.

HSL color Cylindrical-coordinate representation of color #2EF8CE: hue angle of 167.52º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF8CE is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 46 248 206 -
CMYK 0.81 0 0.17 0.03
HSL 167.52º 0.94% 0.58% -
HSV(B) 167.52º 0.81% 0.97% -
XYZ 45.83 72.17 69.91 -
YUV 182.81 141.08 30.42 -
System Red Green Blue C M Y K H S L
Decimal 46 248 206 0.81 0 0.17 0.03 167.52 0.94 0.58
Hex 2E F8 CE 51 0 11 3 A8 5E 3A
Octal 56 370 316 121 0 21 3 250 136 72
Binary 101110 11111000 11001110 1010001 0 10001 11 10101000 1011110 111010

Color Harmonies of #2EF8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF8CE

Black with #2EF8CE

Text Example


Text Example

White with #2EF8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,248,206); }

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

background-color css

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

 a { background-color: rgb(46,248,206); }

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

border-color css

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

 span { border-color: rgb(46,248,206); }

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