#2EDEE1

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

Shades of Turquoise #2EDEE1

Tints of Turquoise #2EDEE1

Color information

#2EDEE1 (or 0x2EDEE1) is unknown color: approx Turquoise. HEX triplet: 2E, DE and E1. RGB value is (46,222,225). Sum of RGB (Red+Green+Blue) = 46+222+225=493 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.33% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #2EDEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDEE1 is #D1211E. Grayscale: #A9A9A9. Windows color (decimal): -13705503 or 14802478. OLE color: 14802478.

HSL color Cylindrical-coordinate representation of color #2EDEE1: hue angle of 181.01º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EDEE1 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB46222225-
CMYK0.800.0100.12
HSL181.01º74.9%53.14%-
HSV(B)181.01º79.56%88.24%-
XYZ40.8458.2680.33-
YUV169.72159.1939.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.33%
GREEN value IS 222 (87.11% from 255) = 45.03%
BLUE value IS 225 (88.28% from 255) = 45.64%
R=9.33%
G=45.03%
B=45.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal462222250.800.0100.12181.0174.953.14
Hex2EDEE15010Cb54b35
Octal56336341120101426511365
Binary10111011011110111000011010000101100101101011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EDEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,222,225); }

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

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

 a { background-color: rgb(46,222,225); }

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

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

 span { border-color: rgb(46,222,225); }

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