#3DD2BB

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

Shades of Medium Turquoise #3DD2BB

Tints of Medium Turquoise #3DD2BB

Color information

#3DD2BB (or 0x3DD2BB) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D2 and BB. RGB value is (61,210,187). Sum of RGB (Red+Green+Blue) = 61+210+187=458 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.32% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD2BB is #C22D44. Grayscale: #A2A2A2. Windows color (decimal): -12725573 or 12309053. OLE color: 12309053.

HSL color Cylindrical-coordinate representation of color #3DD2BB: hue angle of 170.74º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD2BB is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB61210187-
CMYK0.7100.110.18
HSL170.74º62.34%53.14%-
HSV(B)170.74º70.95%82.35%-
XYZ33.9450.6755.01-
YUV162.83141.6455.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.32%
GREEN value IS 210 (82.42% from 255) = 45.85%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=13.32%
G=45.85%
B=40.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal612101870.7100.110.18170.7462.3453.14
Hex3DD2BB470B12ab3e35
Octal75322273107013222537665
Binary11110111010010101110111000111010111001010101011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,210,187); }

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

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

 a { background-color: rgb(61,210,187); }

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

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

 span { border-color: rgb(61,210,187); }

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