Html Css Color HEX #2EFDBB Turquoise

📋 copy color: '#2EFDBB'

red 46 ◦ green 253 ◦ blue 187

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

Shades of Turquoise #2EFDBB

Tints of Turquoise #2EFDBB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.06%

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

R = 9.47%
G = 52.06%
B = 38.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#2EFDBB (or 0x2EFDBB) is known color: Turquoise. HEX triplet: 2E, FD and BB. RGB value is (46,253,187). Sum of RGB (Red+Green+Blue) = 46+253+187=486 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.47% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDBB is #D10244. Grayscale: #B7B7B7. Windows color (decimal): -13697605 or 12320046. OLE color: 12320046.

HSL color Cylindrical-coordinate representation of color #2EFDBB: hue angle of 160.87º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDBB is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 253 187 -
CMYK 0.82 0 0.26 0.01
HSL 160.87º 0.98% 0.59% -
HSV(B) 160.87º 0.82% 0.99% -
XYZ 45.22 74.42 58.99 -
YUV 183.58 129.92 29.87 -
System Red Green Blue C M Y K H S L
Decimal 46 253 187 0.82 0 0.26 0.01 160.87 0.98 0.59
Hex 2E FD BB 52 0 1A 1 A1 62 3B
Octal 56 375 273 122 0 32 1 241 142 73
Binary 101110 11111101 10111011 1010010 0 11010 1 10100001 1100010 111011

Color Harmonies of #2EFDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDBB

Black with #2EFDBB

Text Example


Text Example

White with #2EFDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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