Html Css Color HEX #2EFABB Turquoise

📋 copy color: '#2EFABB'

red 46 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #2EFABB

Tints of Turquoise #2EFABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.76%

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

R = 9.52%
G = 51.76%
B = 38.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#2EFABB (or 0x2EFABB) is known color: Turquoise. HEX triplet: 2E, FA and BB. RGB value is (46,250,187). Sum of RGB (Red+Green+Blue) = 46+250+187=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFABB is #D10544. Grayscale: #B5B5B5. Windows color (decimal): -13698373 or 12319278. OLE color: 12319278.

HSL color Cylindrical-coordinate representation of color #2EFABB: hue angle of 161.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFABB is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 250 187 -
CMYK 0.82 0 0.25 0.02
HSL 161.47º 0.95% 0.58% -
HSV(B) 161.47º 0.82% 0.98% -
XYZ 44.28 72.54 58.68 -
YUV 181.82 130.91 31.12 -
System Red Green Blue C M Y K H S L
Decimal 46 250 187 0.82 0 0.25 0.02 161.47 0.95 0.58
Hex 2E FA BB 52 0 19 2 A1 5F 3A
Octal 56 372 273 122 0 31 2 241 137 72
Binary 101110 11111010 10111011 1010010 0 11001 10 10100001 1011111 111010

Color Harmonies of #2EFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFABB

Black with #2EFABB

Text Example


Text Example

White with #2EFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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