#2DE1D2

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

Shades of Turquoise #2DE1D2

Tints of Turquoise #2DE1D2

Color information

#2DE1D2 (or 0x2DE1D2) is unknown color: approx Turquoise. HEX triplet: 2D, E1 and D2. RGB value is (45,225,210). Sum of RGB (Red+Green+Blue) = 45+225+210=480 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.38% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE1D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DE1D2 is #D21E2D. Grayscale: #A9A9A9. Windows color (decimal): -13770286 or 13820205. OLE color: 13820205.

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

Color convert

RGB45225210-
CMYK0.800.070.12
HSL175º75%52.94%-
HSV(B)175º80%88.24%-
XYZ39.6459.0670.28-
YUV169.47150.8739.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.38%
GREEN value IS 225 (88.28% from 255) = 46.88%
BLUE value IS 210 (82.42% from 255) = 43.75%
R=9.38%
G=46.88%
B=43.75%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal452252100.800.070.121757552.94
Hex2DE1D25007Caf4b35
Octal55341322120071425711365
Binary1011011110000111010010101000001111100101011111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DE1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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