#3DD5BB

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

Shades of Medium Turquoise #3DD5BB

Tints of Medium Turquoise #3DD5BB

Color information

#3DD5BB (or 0x3DD5BB) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D5 and BB. RGB value is (61,213,187). Sum of RGB (Red+Green+Blue) = 61+213+187=461 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.23% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD5BB is #C22A44. Grayscale: #A4A4A4. Windows color (decimal): -12724805 or 12309821. OLE color: 12309821.

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

Color convert

RGB61213187-
CMYK0.7100.120.16
HSL169.74º64.41%53.73%-
HSV(B)169.74º71.36%83.53%-
XYZ34.6952.1755.25-
YUV164.59140.6454.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.23%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=13.23%
G=46.20%
B=40.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612131870.7100.120.16169.7464.4153.73
Hex3DD5BB470C10aa4036
Octal753252731070142025210066
Binary111101110101011011101110001110110010000101010101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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