Html Css Color HEX #2EEDB8 Turquoise

📋 copy color: '#2EEDB8'

red 46 ◦ green 237 ◦ blue 184

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

Shades of Turquoise #2EEDB8

Tints of Turquoise #2EEDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.75%

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

R = 9.85%
G = 50.75%
B = 39.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#2EEDB8 (or 0x2EEDB8) is known color: Turquoise. HEX triplet: 2E, ED and B8. RGB value is (46,237,184). Sum of RGB (Red+Green+Blue) = 46+237+184=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDB8 is #D11247. Grayscale: #ADADAD. Windows color (decimal): -13701704 or 12119342. OLE color: 12119342.

HSL color Cylindrical-coordinate representation of color #2EEDB8: hue angle of 163.35º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDB8 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 184 -
CMYK 0.81 0 0.22 0.07
HSL 163.35º 0.84% 0.55% -
HSV(B) 163.35º 0.81% 0.93% -
XYZ 40.06 64.61 55.71 -
YUV 173.85 133.72 36.81 -
System Red Green Blue C M Y K H S L
Decimal 46 237 184 0.81 0 0.22 0.07 163.35 0.84 0.55
Hex 2E ED B8 51 0 16 7 A3 54 37
Octal 56 355 270 121 0 26 7 243 124 67
Binary 101110 11101101 10111000 1010001 0 10110 111 10100011 1010100 110111

Color Harmonies of #2EEDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDB8

Black with #2EEDB8

Text Example


Text Example

White with #2EEDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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