Html Css Color HEX #2ED7DC Turquoise

📋 copy color: '#2ED7DC'

red 46 ◦ green 215 ◦ blue 220

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

Shades of Turquoise #2ED7DC

Tints of Turquoise #2ED7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 9.56%
G = 44.7%
B = 45.74%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ED7DC (or 0x2ED7DC) is known color: Turquoise. HEX triplet: 2E, D7 and DC. RGB value is (46,215,220). Sum of RGB (Red+Green+Blue) = 46+215+220=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ED7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED7DC is #D12823. Grayscale: #A4A4A4. Windows color (decimal): -13707300 or 14473006. OLE color: 14473006.

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

Color convert

RGB 46 215 220 -
CMYK 0.79 0.02 0 0.14
HSL 181.72º 0.71% 0.52% -
HSV(B) 181.72º 0.79% 0.86% -
XYZ 38.35 54.35 76.18 -
YUV 165.04 159.01 43.09 -
System Red Green Blue C M Y K H S L
Decimal 46 215 220 0.79 0.02 0 0.14 181.72 0.71 0.52
Hex 2E D7 DC 4F 2 0 E B6 47 34
Octal 56 327 334 117 2 0 16 266 107 64
Binary 101110 11010111 11011100 1001111 10 0 1110 10110110 1000111 110100

Color Harmonies of #2ED7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED7DC

Black with #2ED7DC

Text Example


Text Example

White with #2ED7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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