#2ED5BB

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

Shades of Turquoise #2ED5BB

Tints of Turquoise #2ED5BB

Color information

#2ED5BB (or 0x2ED5BB) is unknown color: approx Turquoise. HEX triplet: 2E, D5 and BB. RGB value is (46,213,187). Sum of RGB (Red+Green+Blue) = 46+213+187=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED5BB is #D12A44. Grayscale: #A0A0A0. Windows color (decimal): -13707845 or 12309806. OLE color: 12309806.

HSL color Cylindrical-coordinate representation of color #2ED5BB: hue angle of 170.66º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED5BB is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB46213187-
CMYK0.7800.120.16
HSL170.66º66.53%50.78%-
HSV(B)170.66º78.4%83.53%-
XYZ33.8951.7655.22-
YUV160.1143.1746.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.31%
GREEN value IS 213 (83.59% from 255) = 47.76%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=10.31%
G=47.76%
B=41.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal462131870.7800.120.16170.6666.5350.78
Hex2ED5BB4E0C10ab4333
Octal563252731160142025310363
Binary101110110101011011101110011100110010000101010111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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