#2EDDCD

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

Shades of Turquoise #2EDDCD

Tints of Turquoise #2EDDCD

Color information

#2EDDCD (or 0x2EDDCD) is unknown color: approx Turquoise. HEX triplet: 2E, DD and CD. RGB value is (46,221,205). Sum of RGB (Red+Green+Blue) = 46+221+205=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDCD is #D12232. Grayscale: #A6A6A6. Windows color (decimal): -13705779 or 13491502. OLE color: 13491502.

HSL color Cylindrical-coordinate representation of color #2EDDCD: hue angle of 174.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDCD is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB46221205-
CMYK0.7900.070.13
HSL174.51º72.02%52.35%-
HSV(B)174.51º79.19%86.67%-
XYZ3856.766.7-
YUV166.85149.5241.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.75%
GREEN value IS 221 (86.72% from 255) = 46.82%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=9.75%
G=46.82%
B=43.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal462212050.7900.070.13174.5172.0252.35
Hex2EDDCD4F07Daf4834
Octal56335315117071525711064
Binary1011101101110111001101100111101111101101011111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,221,205); }

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

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

 a { background-color: rgb(46,221,205); }

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

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

 span { border-color: rgb(46,221,205); }

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