Html Css Color HEX #2ED1E5 Turquoise

📋 copy color: '#2ED1E5'

red 46 ◦ green 209 ◦ blue 229

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

Shades of Turquoise #2ED1E5

Tints of Turquoise #2ED1E5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.18%

 BLUE value IS 229 (89.84% from 255) = 47.31%

R = 9.5%
G = 43.18%
B = 47.31%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2ED1E5 (or 0x2ED1E5) is known color: Turquoise. HEX triplet: 2E, D1 and E5. RGB value is (46,209,229). Sum of RGB (Red+Green+Blue) = 46+209+229=484 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.50% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #2ED1E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED1E5 is #D12E1A. Grayscale: #A2A2A2. Windows color (decimal): -13708827 or 15061294. OLE color: 15061294.

HSL color Cylindrical-coordinate representation of color #2ED1E5: hue angle of 186.56º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ED1E5 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 209 229 -
CMYK 0.80 0.09 0 0.10
HSL 186.56º 0.78% 0.54% -
HSV(B) 186.56º 0.8% 0.9% -
XYZ 38.07 51.84 82.13 -
YUV 162.54 165.5 44.87 -
System Red Green Blue C M Y K H S L
Decimal 46 209 229 0.80 0.09 0 0.10 186.56 0.78 0.54
Hex 2E D1 E5 50 9 0 A BB 4E 36
Octal 56 321 345 120 11 0 12 273 116 66
Binary 101110 11010001 11100101 1010000 1001 0 1010 10111011 1001110 110110

Color Harmonies of #2ED1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED1E5

Black with #2ED1E5

Text Example


Text Example

White with #2ED1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,209,229); }

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

background-color css

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

 a { background-color: rgb(46,209,229); }

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

border-color css

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

 span { border-color: rgb(46,209,229); }

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