Html Css Color HEX #2EDCD5 Turquoise

📋 copy color: '#2EDCD5'

red 46 ◦ green 220 ◦ blue 213

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

Shades of Turquoise #2EDCD5

Tints of Turquoise #2EDCD5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 9.6%
G = 45.93%
B = 44.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#2EDCD5 (or 0x2EDCD5) is known color: Turquoise. HEX triplet: 2E, DC and D5. RGB value is (46,220,213). Sum of RGB (Red+Green+Blue) = 46+220+213=479 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.60% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCD5 is #D1232A. Grayscale: #A7A7A7. Windows color (decimal): -13706027 or 14015534. OLE color: 14015534.

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

Color convert

RGB 46 220 213 -
CMYK 0.79 0 0.03 0.14
HSL 177.59º 0.71% 0.52% -
HSV(B) 177.59º 0.79% 0.86% -
XYZ 38.73 56.57 71.83 -
YUV 167.18 153.85 41.57 -
System Red Green Blue C M Y K H S L
Decimal 46 220 213 0.79 0 0.03 0.14 177.59 0.71 0.52
Hex 2E DC D5 4F 0 3 E B2 47 34
Octal 56 334 325 117 0 3 16 262 107 64
Binary 101110 11011100 11010101 1001111 0 11 1110 10110010 1000111 110100

Color Harmonies of #2EDCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDCD5

Black with #2EDCD5

Text Example


Text Example

White with #2EDCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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