#3DD7BA

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

Shades of Turquoise #3DD7BA

Tints of Turquoise #3DD7BA

Color information

#3DD7BA (or 0x3DD7BA) is unknown color: approx Turquoise. HEX triplet: 3D, D7 and BA. RGB value is (61,215,186). Sum of RGB (Red+Green+Blue) = 61+215+186=462 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.20% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD7BA is #C22845. Grayscale: #A5A5A5. Windows color (decimal): -12724294 or 12244797. OLE color: 12244797.

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

Color convert

RGB61215186-
CMYK0.7200.130.16
HSL168.7º65.81%54.12%-
HSV(B)168.7º71.63%84.31%-
XYZ35.0953.1454.86-
YUV165.65139.4853.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.20%
GREEN value IS 215 (84.38% from 255) = 46.54%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=13.20%
G=46.54%
B=40.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612151860.7200.130.16168.765.8154.12
Hex3DD7BA480D10a94236
Octal753272721100152025110266
Binary111101110101111011101010010000110110000101010011000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,215,186); }

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

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

 a { background-color: rgb(61,215,186); }

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

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

 span { border-color: rgb(61,215,186); }

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