#3DD4B6

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

Shades of Medium Turquoise #3DD4B6

Tints of Medium Turquoise #3DD4B6

Color information

#3DD4B6 (or 0x3DD4B6) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D4 and B6. RGB value is (61,212,182). Sum of RGB (Red+Green+Blue) = 61+212+182=455 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.41% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #3DD4B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD4B6 is #C22B49. Grayscale: #A3A3A3. Windows color (decimal): -12725066 or 11981885. OLE color: 11981885.

HSL color Cylindrical-coordinate representation of color #3DD4B6: hue angle of 168.08º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD4B6 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB61212182-
CMYK0.7100.140.17
HSL168.08º63.71%53.53%-
HSV(B)168.08º71.23%83.14%-
XYZ33.9151.4652.4-
YUV163.43138.4754.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.41%
GREEN value IS 212 (83.20% from 255) = 46.59%
BLUE value IS 182 (71.48% from 255) = 40%
R=13.41%
G=46.59%
B=40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal612121820.7100.140.17168.0863.7153.53
Hex3DD4B6470E11a84036
Octal753242661070162125010066
Binary111101110101001011011010001110111010001101010001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,212,182); }

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

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

 a { background-color: rgb(61,212,182); }

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

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

 span { border-color: rgb(61,212,182); }

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