Html Css Color HEX #2EDDB6 Turquoise

📋 copy color: '#2EDDB6'

red 46 ◦ green 221 ◦ blue 182

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

Shades of Turquoise #2EDDB6

Tints of Turquoise #2EDDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.22%

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 10.24%
G = 49.22%
B = 40.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#2EDDB6 (or 0x2EDDB6) is known color: Turquoise. HEX triplet: 2E, DD and B6. RGB value is (46,221,182). Sum of RGB (Red+Green+Blue) = 46+221+182=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDB6 is #D12249. Grayscale: #A4A4A4. Windows color (decimal): -13705802 or 11984174. OLE color: 11984174.

HSL color Cylindrical-coordinate representation of color #2EDDB6: hue angle of 166.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDB6 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 182 -
CMYK 0.79 0 0.18 0.13
HSL 166.63º 0.72% 0.52% -
HSV(B) 166.63º 0.79% 0.87% -
XYZ 35.43 55.67 53.13 -
YUV 164.23 138.02 43.67 -
System Red Green Blue C M Y K H S L
Decimal 46 221 182 0.79 0 0.18 0.13 166.63 0.72 0.52
Hex 2E DD B6 4F 0 12 D A7 48 34
Octal 56 335 266 117 0 22 15 247 110 64
Binary 101110 11011101 10110110 1001111 0 10010 1101 10100111 1001000 110100

Color Harmonies of #2EDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDDB6

Black with #2EDDB6

Text Example


Text Example

White with #2EDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,221,182); }

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

background-color css

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

 a { background-color: rgb(46,221,182); }

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

border-color css

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

 span { border-color: rgb(46,221,182); }

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