#3DDABB

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

Shades of Turquoise #3DDABB

Tints of Turquoise #3DDABB

Color information

#3DDABB (or 0x3DDABB) is unknown color: approx Turquoise. HEX triplet: 3D, DA and BB. RGB value is (61,218,187). Sum of RGB (Red+Green+Blue) = 61+218+187=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDABB is #C22544. Grayscale: #A7A7A7. Windows color (decimal): -12723525 or 12311101. OLE color: 12311101.

HSL color Cylindrical-coordinate representation of color #3DDABB: hue angle of 168.15º degrees, saturation: 0.68, 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 #3DDABB is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB61218187-
CMYK0.7200.140.15
HSL168.15º67.97%54.71%-
HSV(B)168.15º72.02%85.49%-
XYZ35.9754.7255.68-
YUV167.52138.9952.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.09%
GREEN value IS 218 (85.55% from 255) = 46.78%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=13.09%
G=46.78%
B=40.13%

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
Decimal612181870.7200.140.15168.1567.9754.71
Hex3DDABB480EFa84437
Octal753322731100161725010467
Binary11110111011010101110111001000011101111101010001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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