Html Css Color HEX #2EEBEA Turquoise

📋 copy color: '#2EEBEA'

red 46 ◦ green 235 ◦ blue 234

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

Shades of Turquoise #2EEBEA

Tints of Turquoise #2EEBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 8.93%
G = 45.63%
B = 45.44%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#2EEBEA (or 0x2EEBEA) is known color: Turquoise. HEX triplet: 2E, EB and EA. RGB value is (46,235,234). Sum of RGB (Red+Green+Blue) = 46+235+234=515 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.93% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBEA is #D11415. Grayscale: #B2B2B2. Windows color (decimal): -13702166 or 15395630. OLE color: 15395630.

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

Color convert

RGB 46 235 234 -
CMYK 0.80 0 0.00 0.08
HSL 179.68º 0.83% 0.55% -
HSV(B) 179.68º 0.8% 0.92% -
XYZ 45.69 65.94 88.16 -
YUV 178.38 159.38 33.58 -
System Red Green Blue C M Y K H S L
Decimal 46 235 234 0.80 0 0.00 0.08 179.68 0.83 0.55
Hex 2E EB EA 50 0 0 8 B4 53 37
Octal 56 353 352 120 0 0 10 264 123 67
Binary 101110 11101011 11101010 1010000 0 0 1000 10110100 1010011 110111

Color Harmonies of #2EEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBEA

Black with #2EEBEA

Text Example


Text Example

White with #2EEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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