#3DD9BB

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

Shades of Turquoise #3DD9BB

Tints of Turquoise #3DD9BB

Color information

#3DD9BB (or 0x3DD9BB) is unknown color: approx Turquoise. HEX triplet: 3D, D9 and BB. RGB value is (61,217,187). Sum of RGB (Red+Green+Blue) = 61+217+187=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD9BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD9BB is #C22644. Grayscale: #A6A6A6. Windows color (decimal): -12723781 or 12310845. OLE color: 12310845.

HSL color Cylindrical-coordinate representation of color #3DD9BB: hue angle of 168.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD9BB is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB61217187-
CMYK0.7200.140.15
HSL168.46º67.24%54.51%-
HSV(B)168.46º71.89%85.1%-
XYZ35.7154.2155.59-
YUV166.94139.3252.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.12%
GREEN value IS 217 (85.16% from 255) = 46.67%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=13.12%
G=46.67%
B=40.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal612171870.7200.140.15168.4667.2454.51
Hex3DD9BB480EFa84337
Octal753312731100161725010367
Binary11110111011001101110111001000011101111101010001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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