Html Css Color HEX #2ED8DB Turquoise

📋 copy color: '#2ED8DB'

red 46 ◦ green 216 ◦ blue 219

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

Shades of Turquoise #2ED8DB

Tints of Turquoise #2ED8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 9.56%
G = 44.91%
B = 45.53%

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

#2ED8DB (or 0x2ED8DB) is known color: Turquoise. HEX triplet: 2E, D8 and DB. RGB value is (46,216,219). Sum of RGB (Red+Green+Blue) = 46+216+219=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ED8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED8DB is #D12724. Grayscale: #A5A5A5. Windows color (decimal): -13707045 or 14407726. OLE color: 14407726.

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

Color convert

RGB 46 216 219 -
CMYK 0.79 0.01 0 0.14
HSL 181.04º 0.71% 0.52% -
HSV(B) 181.04º 0.79% 0.86% -
XYZ 38.47 54.81 75.57 -
YUV 165.51 158.18 42.76 -
System Red Green Blue C M Y K H S L
Decimal 46 216 219 0.79 0.01 0 0.14 181.04 0.71 0.52
Hex 2E D8 DB 4F 1 0 E B5 47 34
Octal 56 330 333 117 1 0 16 265 107 64
Binary 101110 11011000 11011011 1001111 1 0 1110 10110101 1000111 110100

Color Harmonies of #2ED8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED8DB

Black with #2ED8DB

Text Example


Text Example

White with #2ED8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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