Html Css Color HEX #2EDCB8 Turquoise

📋 copy color: '#2EDCB8'

red 46 ◦ green 220 ◦ blue 184

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

Shades of Turquoise #2EDCB8

Tints of Turquoise #2EDCB8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.89%

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

R = 10.22%
G = 48.89%
B = 40.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#2EDCB8 (or 0x2EDCB8) is known color: Turquoise. HEX triplet: 2E, DC and B8. RGB value is (46,220,184). Sum of RGB (Red+Green+Blue) = 46+220+184=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCB8 is #D12347. Grayscale: #A3A3A3. Windows color (decimal): -13706056 or 12114990. OLE color: 12114990.

HSL color Cylindrical-coordinate representation of color #2EDCB8: hue angle of 167.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDCB8 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 220 184 -
CMYK 0.79 0 0.16 0.14
HSL 167.59º 0.71% 0.52% -
HSV(B) 167.59º 0.79% 0.86% -
XYZ 35.37 55.23 54.14 -
YUV 163.87 139.35 43.93 -
System Red Green Blue C M Y K H S L
Decimal 46 220 184 0.79 0 0.16 0.14 167.59 0.71 0.52
Hex 2E DC B8 4F 0 10 E A8 47 34
Octal 56 334 270 117 0 20 16 250 107 64
Binary 101110 11011100 10111000 1001111 0 10000 1110 10101000 1000111 110100

Color Harmonies of #2EDCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDCB8

Black with #2EDCB8

Text Example


Text Example

White with #2EDCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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