Html Css Color HEX #2EEBBE Turquoise

📋 copy color: '#2EEBBE'

red 46 ◦ green 235 ◦ blue 190

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

Shades of Turquoise #2EEBBE

Tints of Turquoise #2EEBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 9.77%
G = 49.89%
B = 40.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#2EEBBE (or 0x2EEBBE) is known color: Turquoise. HEX triplet: 2E, EB and BE. RGB value is (46,235,190). Sum of RGB (Red+Green+Blue) = 46+235+190=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBBE is #D11441. Grayscale: #ADADAD. Windows color (decimal): -13702210 or 12512046. OLE color: 12512046.

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

Color convert

RGB 46 235 190 -
CMYK 0.80 0 0.19 0.08
HSL 165.71º 0.83% 0.55% -
HSV(B) 165.71º 0.8% 0.92% -
XYZ 40.13 63.72 58.9 -
YUV 173.36 137.38 37.16 -
System Red Green Blue C M Y K H S L
Decimal 46 235 190 0.80 0 0.19 0.08 165.71 0.83 0.55
Hex 2E EB BE 50 0 13 8 A6 53 37
Octal 56 353 276 120 0 23 10 246 123 67
Binary 101110 11101011 10111110 1010000 0 10011 1000 10100110 1010011 110111

Color Harmonies of #2EEBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBBE

Black with #2EEBBE

Text Example


Text Example

White with #2EEBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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