#3DE2C9

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

Shades of Turquoise #3DE2C9

Tints of Turquoise #3DE2C9

Color information

#3DE2C9 (or 0x3DE2C9) is unknown color: approx Turquoise. HEX triplet: 3D, E2 and C9. RGB value is (61,226,201). Sum of RGB (Red+Green+Blue) = 61+226+201=488 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.5% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE2C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE2C9 is #C21D36. Grayscale: #ADADAD. Windows color (decimal): -12721463 or 13230653. OLE color: 13230653.

HSL color Cylindrical-coordinate representation of color #3DE2C9: hue angle of 170.91º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE2C9 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB61226201-
CMYK0.7300.110.11
HSL170.91º73.99%56.27%-
HSV(B)170.91º73.01%88.63%-
XYZ39.6659.664.67-
YUV173.82143.3447.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.5%
GREEN value IS 226 (88.67% from 255) = 46.31%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=12.5%
G=46.31%
B=41.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612262010.7300.110.11170.9173.9956.27
Hex3DE2C9490BBab4a38
Octal753423111110131325311270
Binary11110111100010110010011001001010111011101010111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DE2C9; }

 p { color: rgb(61,226,201); }

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

<style>
 a { background-color: #3DE2C9; }

 a { background-color: rgb(61,226,201); }

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

<style>
 span { border-color: #3DE2C9; }

 span { border-color: rgb(61,226,201); }

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