Html Css Color HEX #2EEBBB Turquoise

📋 copy color: '#2EEBBB'

red 46 ◦ green 235 ◦ blue 187

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

Shades of Turquoise #2EEBBB

Tints of Turquoise #2EEBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 9.83%
G = 50.21%
B = 39.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#2EEBBB (or 0x2EEBBB) is known color: Turquoise. HEX triplet: 2E, EB and BB. RGB value is (46,235,187). Sum of RGB (Red+Green+Blue) = 46+235+187=468 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.83% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBBB is #D11444. Grayscale: #ADADAD. Windows color (decimal): -13702213 or 12315438. OLE color: 12315438.

HSL color Cylindrical-coordinate representation of color #2EEBBB: hue angle of 164.76º 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 #2EEBBB is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 235 187 -
CMYK 0.80 0 0.20 0.08
HSL 164.76º 0.83% 0.55% -
HSV(B) 164.76º 0.8% 0.92% -
XYZ 39.8 63.59 57.19 -
YUV 173.02 135.88 37.4 -
System Red Green Blue C M Y K H S L
Decimal 46 235 187 0.80 0 0.20 0.08 164.76 0.83 0.55
Hex 2E EB BB 50 0 14 8 A5 53 37
Octal 56 353 273 120 0 24 10 245 123 67
Binary 101110 11101011 10111011 1010000 0 10100 1000 10100101 1010011 110111

Color Harmonies of #2EEBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBBB

Black with #2EEBBB

Text Example


Text Example

White with #2EEBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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