#2ED0C3

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

Shades of Turquoise #2ED0C3

Tints of Turquoise #2ED0C3

Color information

#2ED0C3 (or 0x2ED0C3) is unknown color: approx Turquoise. HEX triplet: 2E, D0 and C3. RGB value is (46,208,195). Sum of RGB (Red+Green+Blue) = 46+208+195=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED0C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED0C3 is #D12F3C. Grayscale: #9D9D9D. Windows color (decimal): -13709117 or 12832814. OLE color: 12832814.

HSL color Cylindrical-coordinate representation of color #2ED0C3: hue angle of 175.19º degrees, saturation: 0.64, 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 #2ED0C3 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB46208195-
CMYK0.7800.060.18
HSL175.19º63.78%49.8%-
HSV(B)175.19º77.88%81.57%-
XYZ33.5349.6359.44-
YUV158.08148.8348.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.24%
GREEN value IS 208 (81.64% from 255) = 46.33%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=10.24%
G=46.33%
B=43.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal462081950.7800.060.18175.1963.7849.8
Hex2ED0C34E0612af4032
Octal56320303116062225710062
Binary10111011010000110000111001110011010010101011111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,208,195); }

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

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

 a { background-color: rgb(46,208,195); }

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

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

 span { border-color: rgb(46,208,195); }

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