#2ED5C7

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

Shades of Turquoise #2ED5C7

Tints of Turquoise #2ED5C7

Color information

#2ED5C7 (or 0x2ED5C7) is unknown color: approx Turquoise. HEX triplet: 2E, D5 and C7. RGB value is (46,213,199). Sum of RGB (Red+Green+Blue) = 46+213+199=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED5C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED5C7 is #D12A38. Grayscale: #A1A1A1. Windows color (decimal): -13707833 or 13096238. OLE color: 13096238.

HSL color Cylindrical-coordinate representation of color #2ED5C7: hue angle of 174.97º 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 #2ED5C7 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB46213199-
CMYK0.7800.070.16
HSL174.97º66.53%50.78%-
HSV(B)174.97º78.4%83.53%-
XYZ35.2352.2962.27-
YUV161.47149.1745.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.04%
GREEN value IS 213 (83.59% from 255) = 46.51%
BLUE value IS 199 (78.12% from 255) = 43.45%
R=10.04%
G=46.51%
B=43.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal462131990.7800.070.16174.9766.5350.78
Hex2ED5C74E0710af4333
Octal56325307116072025710363
Binary10111011010101110001111001110011110000101011111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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