#2EDCD5

Color #2EDCD5 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2EDCD5

Tints of Turquoise #2EDCD5

Color information

#2EDCD5 (or 0x2EDCD5) is unknown color: approx 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

RGB46220213-
CMYK0.7900.030.14
HSL177.59º71.31%52.16%-
HSV(B)177.59º79.09%86.27%-
XYZ38.7356.5771.83-
YUV167.18153.8541.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.60%
GREEN value IS 220 (86.33% from 255) = 45.93%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=9.60%
G=45.93%
B=44.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal462202130.7900.030.14177.5971.3152.16
Hex2EDCD54F03Eb24734
Octal56334325117031626210764
Binary101110110111001101010110011110111110101100101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>