#2EE1D5

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

Shades of Turquoise #2EE1D5

Tints of Turquoise #2EE1D5

Color information

#2EE1D5 (or 0x2EE1D5) is unknown color: approx Turquoise. HEX triplet: 2E, E1 and D5. RGB value is (46,225,213). Sum of RGB (Red+Green+Blue) = 46+225+213=484 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.50% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE1D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE1D5 is #D11E2A. Grayscale: #A9A9A9. Windows color (decimal): -13704747 or 14016814. OLE color: 14016814.

HSL color Cylindrical-coordinate representation of color #2EE1D5: hue angle of 175.98º 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 #2EE1D5 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB46225213-
CMYK0.8000.050.12
HSL175.98º74.9%53.14%-
HSV(B)175.98º79.56%88.24%-
XYZ40.0659.2472.27-
YUV170.11152.239.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.50%
GREEN value IS 225 (88.28% from 255) = 46.49%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=9.50%
G=46.49%
B=44.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal462252130.8000.050.12175.9874.953.14
Hex2EE1D55005Cb04b35
Octal56341325120051426011365
Binary1011101110000111010101101000001011100101100001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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