Html Css Color HEX #2EEBEF Turquoise

📋 copy color: '#2EEBEF'

red 46 ◦ green 235 ◦ blue 239

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

Shades of Turquoise #2EEBEF

Tints of Turquoise #2EEBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 8.85%
G = 45.19%
B = 45.96%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EEBEF (or 0x2EEBEF) is known color: Turquoise. HEX triplet: 2E, EB and EF. RGB value is (46,235,239). Sum of RGB (Red+Green+Blue) = 46+235+239=520 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.85% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EEBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEBEF is #D11410. Grayscale: #B2B2B2. Windows color (decimal): -13702161 or 15723310. OLE color: 15723310.

HSL color Cylindrical-coordinate representation of color #2EEBEF: hue angle of 181.24º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEBEF is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 235 239 -
CMYK 0.81 0.02 0 0.06
HSL 181.24º 0.86% 0.56% -
HSV(B) 181.24º 0.81% 0.94% -
XYZ 46.42 66.23 92 -
YUV 178.95 161.88 33.17 -
System Red Green Blue C M Y K H S L
Decimal 46 235 239 0.81 0.02 0 0.06 181.24 0.86 0.56
Hex 2E EB EF 51 2 0 6 B5 56 38
Octal 56 353 357 121 2 0 6 265 126 70
Binary 101110 11101011 11101111 1010001 10 0 110 10110101 1010110 111000

Color Harmonies of #2EEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEBEF

Black with #2EEBEF

Text Example


Text Example

White with #2EEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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