#2ed2b9

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

Shades of Turquoise #2ED2B9

Tints of Turquoise #2ED2B9

Color information

#2ED2B9 (or 0x2ED2B9) is unknown color: approx Turquoise. HEX triplet: 2E, D2 and B9. RGB value is (46,210,185). Sum of RGB (Red+Green+Blue) = 46+210+185=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED2B9 is #D12D46. Grayscale: #9E9E9E. Windows color (decimal): -13708615 or 12177966. OLE color: 12177966.

HSL color Cylindrical-coordinate representation of color #2ED2B9: hue angle of 170.85º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED2B9 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB46210185-
CMYK0.7800.120.18
HSL170.85º64.57%50.2%-
HSV(B)170.85º78.1%82.35%-
XYZ32.9350.1853.85-
YUV158.11143.1748.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.43%
GREEN value IS 210 (82.42% from 255) = 47.62%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=10.43%
G=47.62%
B=41.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal462101850.7800.120.18170.8564.5750.2
Hex2ED2B94E0C12ab4132
Octal563222711160142225310162
Binary101110110100101011100110011100110010010101010111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ed2b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,210,185); }

 H1.HeaderClassName
 {
   color: #2ed2b9;
 }
 .AnyTagClassName
 {
   color: #2ed2b9;
 }
</style>
background-color css

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

 a { background-color: rgb(46,210,185); }

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

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

 span { border-color: rgb(46,210,185); }

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