#2ED0CA

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

Shades of Turquoise #2ED0CA

Tints of Turquoise #2ED0CA

Color information

#2ED0CA (or 0x2ED0CA) is unknown color: approx Turquoise. HEX triplet: 2E, D0 and CA. RGB value is (46,208,202). Sum of RGB (Red+Green+Blue) = 46+208+202=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED0CA is #D12F35. Grayscale: #9E9E9E. Windows color (decimal): -13709110 or 13291566. OLE color: 13291566.

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

Color convert

RGB46208202-
CMYK0.7800.030.18
HSL177.78º63.78%49.8%-
HSV(B)177.78º77.88%81.57%-
XYZ34.3449.9663.71-
YUV158.88152.3347.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.09%
GREEN value IS 208 (81.64% from 255) = 45.61%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=10.09%
G=45.61%
B=44.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal462082020.7800.030.18177.7863.7849.8
Hex2ED0CA4E0312b24032
Octal56320312116032226210062
Binary1011101101000011001010100111001110010101100101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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