Html Css Color HEX #2EFDB3 Turquoise

📋 copy color: '#2EFDB3'

red 46 ◦ green 253 ◦ blue 179

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

Shades of Turquoise #2EFDB3

Tints of Turquoise #2EFDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.45%

R = 9.62%
G = 52.93%
B = 37.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#2EFDB3 (or 0x2EFDB3) is known color: Turquoise. HEX triplet: 2E, FD and B3. RGB value is (46,253,179). Sum of RGB (Red+Green+Blue) = 46+253+179=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDB3 is #D1024C. Grayscale: #B6B6B6. Windows color (decimal): -13697613 or 11795758. OLE color: 11795758.

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

Color convert

RGB 46 253 179 -
CMYK 0.82 0 0.29 0.01
HSL 158.55º 0.98% 0.59% -
HSV(B) 158.55º 0.82% 0.99% -
XYZ 44.39 74.09 54.61 -
YUV 182.67 125.92 30.52 -
System Red Green Blue C M Y K H S L
Decimal 46 253 179 0.82 0 0.29 0.01 158.55 0.98 0.59
Hex 2E FD B3 52 0 1D 1 9F 62 3B
Octal 56 375 263 122 0 35 1 237 142 73
Binary 101110 11111101 10110011 1010010 0 11101 1 10011111 1100010 111011

Color Harmonies of #2EFDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDB3

Black with #2EFDB3

Text Example


Text Example

White with #2EFDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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