#3DD7B7

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

Shades of Turquoise #3DD7B7

Tints of Turquoise #3DD7B7

Color information

#3DD7B7 (or 0x3DD7B7) is unknown color: approx Turquoise. HEX triplet: 3D, D7 and B7. RGB value is (61,215,183). Sum of RGB (Red+Green+Blue) = 61+215+183=459 (60% of max value = 765). Red value is 61 (24.22% from 255 or 13.29% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD7B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD7B7 is #C22848. Grayscale: #A5A5A5. Windows color (decimal): -12724297 or 12048189. OLE color: 12048189.

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

Color convert

RGB61215183-
CMYK0.7200.150.16
HSL167.53º65.81%54.12%-
HSV(B)167.53º71.63%84.31%-
XYZ34.7753.0153.2-
YUV165.31137.9853.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.29%
GREEN value IS 215 (84.38% from 255) = 46.84%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=13.29%
G=46.84%
B=39.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612151830.7200.150.16167.5365.8154.12
Hex3DD7B7480F10a84236
Octal753272671100172025010266
Binary111101110101111011011110010000111110000101010001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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