#3de1b4

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

Shades of Turquoise #3DE1B4

Tints of Turquoise #3DE1B4

Color information

#3DE1B4 (or 0x3DE1B4) is unknown color: approx Turquoise. HEX triplet: 3D, E1 and B4. RGB value is (61,225,180). Sum of RGB (Red+Green+Blue) = 61+225+180=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE1B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE1B4 is #C21E4B. Grayscale: #AAAAAA. Windows color (decimal): -12721740 or 11854141. OLE color: 11854141.

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

Color convert

RGB61225180-
CMYK0.7300.20.12
HSL163.54º73.21%56.08%-
HSV(B)163.54º72.89%88.24%-
XYZ37.0958.1452.45-
YUV170.83133.1749.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.09%
GREEN value IS 225 (88.28% from 255) = 48.28%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=13.09%
G=48.28%
B=38.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612251800.7300.20.12163.5473.2156.08
Hex3DE1B449014Ca44938
Octal753412641110241424411170
Binary111101111000011011010010010010101001100101001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3de1b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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