Html Css Color HEX #2EDCD1 Turquoise

📋 copy color: '#2EDCD1'

red 46 ◦ green 220 ◦ blue 209

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

Shades of Turquoise #2EDCD1

Tints of Turquoise #2EDCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44%

R = 9.68%
G = 46.32%
B = 44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#2EDCD1 (or 0x2EDCD1) is known color: Turquoise. HEX triplet: 2E, DC and D1. RGB value is (46,220,209). Sum of RGB (Red+Green+Blue) = 46+220+209=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCD1 is #D1232E. Grayscale: #A6A6A6. Windows color (decimal): -13706031 or 13753390. OLE color: 13753390.

HSL color Cylindrical-coordinate representation of color #2EDCD1: hue angle of 176.21º 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 #2EDCD1 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 220 209 -
CMYK 0.79 0 0.05 0.14
HSL 176.21º 0.71% 0.52% -
HSV(B) 176.21º 0.79% 0.86% -
XYZ 38.23 56.37 69.19 -
YUV 166.72 151.85 41.89 -
System Red Green Blue C M Y K H S L
Decimal 46 220 209 0.79 0 0.05 0.14 176.21 0.71 0.52
Hex 2E DC D1 4F 0 5 E B0 47 34
Octal 56 334 321 117 0 5 16 260 107 64
Binary 101110 11011100 11010001 1001111 0 101 1110 10110000 1000111 110100

Color Harmonies of #2EDCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDCD1

Black with #2EDCD1

Text Example


Text Example

White with #2EDCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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