#3DE1C2

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

Shades of Turquoise #3DE1C2

Tints of Turquoise #3DE1C2

Color information

#3DE1C2 (or 0x3DE1C2) is unknown color: approx Turquoise. HEX triplet: 3D, E1 and C2. RGB value is (61,225,194). Sum of RGB (Red+Green+Blue) = 61+225+194=480 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.71% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE1C2 is #C21E3D. Grayscale: #ACACAC. Windows color (decimal): -12721726 or 12771645. OLE color: 12771645.

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

Color convert

RGB61225194-
CMYK0.7300.140.12
HSL168.66º73.21%56.08%-
HSV(B)168.66º72.89%88.24%-
XYZ38.5958.7460.34-
YUV172.43140.1748.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.71%
GREEN value IS 225 (88.28% from 255) = 46.88%
BLUE value IS 194 (76.17% from 255) = 40.42%
R=12.71%
G=46.88%
B=40.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612251940.7300.140.12168.6673.2156.08
Hex3DE1C2490ECa94938
Octal753413021110161425111170
Binary11110111100001110000101001001011101100101010011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,225,194); }

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

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

 a { background-color: rgb(61,225,194); }

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

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

 span { border-color: rgb(61,225,194); }

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