Html Css Color HEX #2EE4DB Turquoise

📋 copy color: '#2EE4DB'

red 46 ◦ green 228 ◦ blue 219

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

Shades of Turquoise #2EE4DB

Tints of Turquoise #2EE4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.25%

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

R = 9.33%
G = 46.25%
B = 44.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#2EE4DB (or 0x2EE4DB) is known color: Turquoise. HEX triplet: 2E, E4 and DB. RGB value is (46,228,219). Sum of RGB (Red+Green+Blue) = 46+228+219=493 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.33% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE4DB is #D11B24. Grayscale: #ACACAC. Windows color (decimal): -13703973 or 14410798. OLE color: 14410798.

HSL color Cylindrical-coordinate representation of color #2EE4DB: hue angle of 177.03º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE4DB is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 228 219 -
CMYK 0.80 0 0.04 0.11
HSL 177.03º 0.77% 0.54% -
HSV(B) 177.03º 0.8% 0.89% -
XYZ 41.66 61.18 76.63 -
YUV 172.56 154.2 37.73 -
System Red Green Blue C M Y K H S L
Decimal 46 228 219 0.80 0 0.04 0.11 177.03 0.77 0.54
Hex 2E E4 DB 50 0 4 B B1 4D 36
Octal 56 344 333 120 0 4 13 261 115 66
Binary 101110 11100100 11011011 1010000 0 100 1011 10110001 1001101 110110

Color Harmonies of #2EE4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE4DB

Black with #2EE4DB

Text Example


Text Example

White with #2EE4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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