#2DE1DF

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

Shades of Turquoise #2DE1DF

Tints of Turquoise #2DE1DF

Color information

#2DE1DF (or 0x2DE1DF) is unknown color: approx Turquoise. HEX triplet: 2D, E1 and DF. RGB value is (45,225,223). Sum of RGB (Red+Green+Blue) = 45+225+223=493 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.13% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DE1DF is #D21E20. Grayscale: #AAAAAA. Windows color (decimal): -13770273 or 14672173. OLE color: 14672173.

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

Color convert

RGB45225223-
CMYK0.800.010.12
HSL179.33º75%52.94%-
HSV(B)179.33º80%88.24%-
XYZ41.3359.7479.16-
YUV170.95157.3738.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.13%
GREEN value IS 225 (88.28% from 255) = 45.64%
BLUE value IS 223 (87.5% from 255) = 45.23%
R=9.13%
G=45.64%
B=45.23%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal452252230.800.010.12179.337552.94
Hex2DE1DF5001Cb34b35
Octal55341337120011426311365
Binary10110111100001110111111010000011100101100111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,225,223); }

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

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

 a { background-color: rgb(45,225,223); }

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

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

 span { border-color: rgb(45,225,223); }

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