Html Css Color HEX #2EFDB8 Turquoise

📋 copy color: '#2EFDB8'

red 46 ◦ green 253 ◦ blue 184

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

Shades of Turquoise #2EFDB8

Tints of Turquoise #2EFDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.1%

R = 9.52%
G = 52.38%
B = 38.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#2EFDB8 (or 0x2EFDB8) is known color: Turquoise. HEX triplet: 2E, FD and B8. RGB value is (46,253,184). Sum of RGB (Red+Green+Blue) = 46+253+184=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDB8 is #D10247. Grayscale: #B7B7B7. Windows color (decimal): -13697608 or 12123438. OLE color: 12123438.

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

Color convert

RGB 46 253 184 -
CMYK 0.82 0 0.27 0.01
HSL 160º 0.98% 0.59% -
HSV(B) 160º 0.82% 0.99% -
XYZ 44.9 74.29 57.32 -
YUV 183.24 128.42 30.11 -
System Red Green Blue C M Y K H S L
Decimal 46 253 184 0.82 0 0.27 0.01 160 0.98 0.59
Hex 2E FD B8 52 0 1B 1 A0 62 3B
Octal 56 375 270 122 0 33 1 240 142 73
Binary 101110 11111101 10111000 1010010 0 11011 1 10100000 1100010 111011

Color Harmonies of #2EFDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDB8

Black with #2EFDB8

Text Example


Text Example

White with #2EFDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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