#3DD6C1

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

Shades of Medium Turquoise #3DD6C1

Tints of Medium Turquoise #3DD6C1

Color information

#3DD6C1 (or 0x3DD6C1) is unknown color: approx Medium Turquoise. HEX triplet: 3D, D6 and C1. RGB value is (61,214,193). Sum of RGB (Red+Green+Blue) = 61+214+193=468 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.03% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD6C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD6C1 is #C2293E. Grayscale: #A5A5A5. Windows color (decimal): -12724543 or 12703293. OLE color: 12703293.

HSL color Cylindrical-coordinate representation of color #3DD6C1: hue angle of 171.76º degrees, saturation: 0.65, 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 #3DD6C1 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB61214193-
CMYK0.7100.100.16
HSL171.76º65.11%53.92%-
HSV(B)171.76º71.5%83.92%-
XYZ35.652.9458.79-
YUV165.86143.3153.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.03%
GREEN value IS 214 (83.98% from 255) = 45.73%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=13.03%
G=45.73%
B=41.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612141930.7100.100.16171.7665.1153.92
Hex3DD6C1470A10ac4136
Octal753263011070122025410166
Binary111101110101101100000110001110101010000101011001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,214,193); }

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

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

 a { background-color: rgb(61,214,193); }

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

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

 span { border-color: rgb(61,214,193); }

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