Html Css Color HEX #2ED8DC Turquoise

📋 copy color: '#2ED8DC'

red 46 ◦ green 216 ◦ blue 220

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

Shades of Turquoise #2ED8DC

Tints of Turquoise #2ED8DC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.81%

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

R = 9.54%
G = 44.81%
B = 45.64%

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

#2ED8DC (or 0x2ED8DC) is known color: Turquoise. HEX triplet: 2E, D8 and DC. RGB value is (46,216,220). Sum of RGB (Red+Green+Blue) = 46+216+220=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ED8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED8DC is #D12723. Grayscale: #A5A5A5. Windows color (decimal): -13707044 or 14473262. OLE color: 14473262.

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

Color convert

RGB 46 216 220 -
CMYK 0.79 0.02 0 0.14
HSL 181.38º 0.71% 0.52% -
HSV(B) 181.38º 0.79% 0.86% -
XYZ 38.6 54.86 76.26 -
YUV 165.63 158.68 42.67 -
System Red Green Blue C M Y K H S L
Decimal 46 216 220 0.79 0.02 0 0.14 181.38 0.71 0.52
Hex 2E D8 DC 4F 2 0 E B5 47 34
Octal 56 330 334 117 2 0 16 265 107 64
Binary 101110 11011000 11011100 1001111 10 0 1110 10110101 1000111 110100

Color Harmonies of #2ED8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED8DC

Black with #2ED8DC

Text Example


Text Example

White with #2ED8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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