#3DD1B5

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

Shades of Medium Turquoise #3DD1B5

Tints of Medium Turquoise #3DD1B5

Color information

#3DD1B5 (or 0x3DD1B5) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D1 and B5. RGB value is (61,209,181). Sum of RGB (Red+Green+Blue) = 61+209+181=451 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.53% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD1B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD1B5 is #C22E4A. Grayscale: #A1A1A1. Windows color (decimal): -12725835 or 11915581. OLE color: 11915581.

HSL color Cylindrical-coordinate representation of color #3DD1B5: hue angle of 168.65º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD1B5 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB61209181-
CMYK0.7100.130.18
HSL168.65º61.67%52.94%-
HSV(B)168.65º70.81%81.96%-
XYZ33.0749.9351.61-
YUV161.56138.9756.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.53%
GREEN value IS 209 (82.03% from 255) = 46.34%
BLUE value IS 181 (71.09% from 255) = 40.13%
R=13.53%
G=46.34%
B=40.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal612091810.7100.130.18168.6561.6752.94
Hex3DD1B5470D12a93e35
Octal75321265107015222517665
Binary11110111010001101101011000111011011001010101001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,209,181); }

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

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

 a { background-color: rgb(61,209,181); }

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

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

 span { border-color: rgb(61,209,181); }

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