Html Css Color HEX #2ED9DC Turquoise

📋 copy color: '#2ED9DC'

red 46 ◦ green 217 ◦ blue 220

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

Shades of Turquoise #2ED9DC

Tints of Turquoise #2ED9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.93%

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

R = 9.52%
G = 44.93%
B = 45.55%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ED9DC (or 0x2ED9DC) is known color: Turquoise. HEX triplet: 2E, D9 and DC. RGB value is (46,217,220). Sum of RGB (Red+Green+Blue) = 46+217+220=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ED9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED9DC is #D12623. Grayscale: #A6A6A6. Windows color (decimal): -13706788 or 14473518. OLE color: 14473518.

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

Color convert

RGB 46 217 220 -
CMYK 0.79 0.01 0 0.14
HSL 181.03º 0.71% 0.52% -
HSV(B) 181.03º 0.79% 0.86% -
XYZ 38.86 55.37 76.35 -
YUV 166.21 158.35 42.26 -
System Red Green Blue C M Y K H S L
Decimal 46 217 220 0.79 0.01 0 0.14 181.03 0.71 0.52
Hex 2E D9 DC 4F 1 0 E B5 47 34
Octal 56 331 334 117 1 0 16 265 107 64
Binary 101110 11011001 11011100 1001111 1 0 1110 10110101 1000111 110100

Color Harmonies of #2ED9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED9DC

Black with #2ED9DC

Text Example


Text Example

White with #2ED9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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