Html Css Color HEX #2EEFEB Turquoise

📋 copy color: '#2EEFEB'

red 46 ◦ green 239 ◦ blue 235

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

Shades of Turquoise #2EEFEB

Tints of Turquoise #2EEFEB

RGB

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

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

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

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

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2EEFEB: hue angle of 178.76º 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 #2EEFEB is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 239 235 -
CMYK 0.81 0 0.02 0.06
HSL 178.76º 0.86% 0.56% -
HSV(B) 178.76º 0.81% 0.94% -
XYZ 46.99 68.31 89.31 -
YUV 180.84 158.56 31.83 -
System Red Green Blue C M Y K H S L
Decimal 46 239 235 0.81 0 0.02 0.06 178.76 0.86 0.56
Hex 2E EF EB 51 0 2 6 B3 56 38
Octal 56 357 353 121 0 2 6 263 126 70
Binary 101110 11101111 11101011 1010001 0 10 110 10110011 1010110 111000

Color Harmonies of #2EEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEFEB

Black with #2EEFEB

Text Example


Text Example

White with #2EEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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