#3DD5C6

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

Shades of Medium Turquoise #3DD5C6

Tints of Medium Turquoise #3DD5C6

Color information

#3DD5C6 (or 0x3DD5C6) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D5 and C6. RGB value is (61,213,198). Sum of RGB (Red+Green+Blue) = 61+213+198=472 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.92% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD5C6 is #C22A39. Grayscale: #A5A5A5. Windows color (decimal): -12724794 or 13030717. OLE color: 13030717.

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

Color convert

RGB61213198-
CMYK0.7100.070.16
HSL174.08º64.41%53.73%-
HSV(B)174.08º71.36%83.53%-
XYZ35.9152.6661.7-
YUV165.84146.1453.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.92%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=12.92%
G=45.13%
B=41.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612131980.7100.070.16174.0864.4153.73
Hex3DD5C6470710ae4036
Octal75325306107072025610066
Binary11110111010101110001101000111011110000101011101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,213,198); }

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

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

 a { background-color: rgb(61,213,198); }

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

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

 span { border-color: rgb(61,213,198); }

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