Html Css Color HEX #2EFDBC Turquoise

📋 copy color: '#2EFDBC'

red 46 ◦ green 253 ◦ blue 188

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

Shades of Turquoise #2EFDBC

Tints of Turquoise #2EFDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 9.45%
G = 51.95%
B = 38.6%

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

#2EFDBC (or 0x2EFDBC) is known color: Turquoise. HEX triplet: 2E, FD and BC. RGB value is (46,253,188). Sum of RGB (Red+Green+Blue) = 46+253+188=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDBC is #D10243. Grayscale: #B7B7B7. Windows color (decimal): -13697604 or 12385582. OLE color: 12385582.

HSL color Cylindrical-coordinate representation of color #2EFDBC: hue angle of 161.16º 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 #2EFDBC is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 253 188 -
CMYK 0.82 0 0.26 0.01
HSL 161.16º 0.98% 0.59% -
HSV(B) 161.16º 0.82% 0.99% -
XYZ 45.33 74.46 59.56 -
YUV 183.7 130.42 29.79 -
System Red Green Blue C M Y K H S L
Decimal 46 253 188 0.82 0 0.26 0.01 161.16 0.98 0.59
Hex 2E FD BC 52 0 1A 1 A1 62 3B
Octal 56 375 274 122 0 32 1 241 142 73
Binary 101110 11111101 10111100 1010010 0 11010 1 10100001 1100010 111011

Color Harmonies of #2EFDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDBC

Black with #2EFDBC

Text Example


Text Example

White with #2EFDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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