Html Css Color HEX #2EEBE8 Turquoise

📋 copy color: '#2EEBE8'

red 46 ◦ green 235 ◦ blue 232

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

Shades of Turquoise #2EEBE8

Tints of Turquoise #2EEBE8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.81%

 BLUE value IS 232 (91.02% from 255) = 45.22%

R = 8.97%
G = 45.81%
B = 45.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#2EEBE8 (or 0x2EEBE8) is known color: Turquoise. HEX triplet: 2E, EB and E8. RGB value is (46,235,232). Sum of RGB (Red+Green+Blue) = 46+235+232=513 (67% of max value = 765). Red value is 46 (18.36% from 255 or 8.97% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBE8 is #D11417. Grayscale: #B1B1B1. Windows color (decimal): -13702168 or 15264558. OLE color: 15264558.

HSL color Cylindrical-coordinate representation of color #2EEBE8: hue angle of 179.05º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEBE8 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 232 -
CMYK 0.80 0 0.01 0.08
HSL 179.05º 0.83% 0.55% -
HSV(B) 179.05º 0.8% 0.92% -
XYZ 45.4 65.82 86.66 -
YUV 178.15 158.38 33.74 -
System Red Green Blue C M Y K H S L
Decimal 46 235 232 0.80 0 0.01 0.08 179.05 0.83 0.55
Hex 2E EB E8 50 0 1 8 B3 53 37
Octal 56 353 350 120 0 1 10 263 123 67
Binary 101110 11101011 11101000 1010000 0 1 1000 10110011 1010011 110111

Color Harmonies of #2EEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBE8

Black with #2EEBE8

Text Example


Text Example

White with #2EEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,235,232); }

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

background-color css

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

 a { background-color: rgb(46,235,232); }

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

border-color css

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

 span { border-color: rgb(46,235,232); }

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