#3dd2c7

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

Shades of Medium Turquoise #3DD2C7

Tints of Medium Turquoise #3DD2C7

Color information

#3DD2C7 (or 0x3DD2C7) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D2 and C7. RGB value is (61,210,199). Sum of RGB (Red+Green+Blue) = 61+210+199=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD2C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD2C7 is #C22D38. Grayscale: #A4A4A4. Windows color (decimal): -12725561 or 13095485. OLE color: 13095485.

HSL color Cylindrical-coordinate representation of color #3DD2C7: hue angle of 175.57º 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 #3DD2C7 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB61210199-
CMYK0.7100.050.18
HSL175.57º62.34%53.14%-
HSV(B)175.57º70.95%82.35%-
XYZ35.2851.2162.06-
YUV164.2147.6454.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.98%
GREEN value IS 210 (82.42% from 255) = 44.68%
BLUE value IS 199 (78.12% from 255) = 42.34%
R=12.98%
G=44.68%
B=42.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal612101990.7100.050.18175.5762.3453.14
Hex3DD2C7470512b03e35
Octal7532230710705222607665
Binary1111011101001011000111100011101011001010110000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dd2c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,210,199); }

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

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

 a { background-color: rgb(61,210,199); }

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

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

 span { border-color: rgb(61,210,199); }

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