#2ED8C7

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

Shades of Turquoise #2ED8C7

Tints of Turquoise #2ED8C7

Color information

#2ED8C7 (or 0x2ED8C7) is unknown color: approx Turquoise. HEX triplet: 2E, D8 and C7. RGB value is (46,216,199). Sum of RGB (Red+Green+Blue) = 46+216+199=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED8C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED8C7 is #D12738. Grayscale: #A3A3A3. Windows color (decimal): -13707065 or 13097006. OLE color: 13097006.

HSL color Cylindrical-coordinate representation of color #2ED8C7: hue angle of 174º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED8C7 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB46216199-
CMYK0.7900.080.15
HSL174º68.55%51.37%-
HSV(B)174º78.7%84.71%-
XYZ35.9953.8262.52-
YUV163.23148.1844.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.98%
GREEN value IS 216 (84.77% from 255) = 46.85%
BLUE value IS 199 (78.12% from 255) = 43.17%
R=9.98%
G=46.85%
B=43.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal462161990.7900.080.1517468.5551.37
Hex2ED8C74F08Fae4533
Octal563303071170101725610563
Binary10111011011000110001111001111010001111101011101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,216,199); }

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

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

 a { background-color: rgb(46,216,199); }

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

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

 span { border-color: rgb(46,216,199); }

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