#3de2c1

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

Shades of Turquoise #3DE2C1

Tints of Turquoise #3DE2C1

Color information

#3DE2C1 (or 0x3DE2C1) is unknown color: approx Turquoise. HEX triplet: 3D, E2 and C1. RGB value is (61,226,193). Sum of RGB (Red+Green+Blue) = 61+226+193=480 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.71% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE2C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE2C1 is #C21D3E. Grayscale: #ACACAC. Windows color (decimal): -12721471 or 12706365. OLE color: 12706365.

HSL color Cylindrical-coordinate representation of color #3DE2C1: hue angle of 168º 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 #3DE2C1 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB61226193-
CMYK0.7300.150.11
HSL168º73.99%56.27%-
HSV(B)168º73.01%88.63%-
XYZ38.7559.2459.84-
YUV172.9139.3448.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.71%
GREEN value IS 226 (88.67% from 255) = 47.08%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=12.71%
G=47.08%
B=40.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612261930.7300.150.1116873.9956.27
Hex3DE2C1490FBa84a38
Octal753423011110171325011270
Binary11110111100010110000011001001011111011101010001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3de2c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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